Skip to content

Commit

Permalink
[DB] Applying code checks/format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 3, 2024
1 parent 6f0c989 commit 319a83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnlineDB/EcalCondDB/bin/cmsecal_rootplot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RootPlot {
m_hmax = hmax;
};

~RootPlot(){};
~RootPlot() {};

void init() {
m_nbins[0] = m_nbins[1] = 100;
Expand Down Expand Up @@ -567,7 +567,7 @@ class RootPlot {
}

private:
RootPlot(){}; // hidden default constructor
RootPlot() {}; // hidden default constructor

bool m_isInit;
TFile* m_rootfile;
Expand Down

0 comments on commit 319a83f

Please sign in to comment.