Skip to content

Commit 7e83802

Browse files
committed
[ALCA-RECONSTRUCTION] Changes suggested by new llvm18 clang-format
1 parent 15ea9bb commit 7e83802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoVertex/BeamSpotProducer/src/BeamFitter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ void BeamFitter::dumpTxtFile(std::string &fileName, bool append) {
738738
outFile << "maxPV " << (int)ForDIPPV_[5] << std::endl;
739739
outFile << "nPV " << (int)ForDIPPV_[6] << std::endl;
740740
} //writeDIPPVInfo_
741-
} //else end here
741+
} //else end here
742742

743743
outFile.close();
744744
}

0 commit comments

Comments
 (0)