Skip to content

Commit

Permalink
Replaced kRainbow with kRainBow for consistency in PostTrackExtension…
Browse files Browse the repository at this point in the history
… macro
  • Loading branch information
Yuvrajsinghspd09 committed Jan 15, 2025
1 parent 4a3f261 commit 2f2cf90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ void setStyle()
gStyle->Reset("Plain");
gStyle->SetOptTitle(0);
gStyle->SetOptStat(0);
gStyle->SetPalette(kRainbow);
gStyle->SetPalette(kRainBow);
gStyle->SetCanvasColor(10);
gStyle->SetCanvasBorderMode(0);
gStyle->SetFrameLineWidth(1);
Expand Down

0 comments on commit 2f2cf90

Please sign in to comment.