Skip to content

Commit

Permalink
fixed clang-format, Ref. #36
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Feb 20, 2025
1 parent 7ee2f1c commit 9199044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mrmd/data/MultiHistogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ MultiHistogram& MultiHistogram::operator-=(const MultiHistogram& rhs)
return *this;
}


MultiHistogram& MultiHistogram::operator/=(const MultiHistogram& rhs)
{
if (numBins != rhs.numBins) exit(EXIT_FAILURE);
Expand Down

0 comments on commit 9199044

Please sign in to comment.