Skip to content
Snippets Groups Projects
Commit 81021065 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #23784 clang-format

parent 4fbf90e4
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ void SaveIsawPeaks::exec() {
double three;
ss >> three;
if (three == 3) {
int peakNumber
int peakNumber;
ss >> peakNumber;
appendPeakNumb = std::max(peakNumber, appendPeakNumb);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment