Skip to content

Commit 616b04e

Browse files
committed
Please consider the following formatting changes
1 parent 4547bd4 commit 616b04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGUD/Tasks/upcPhotonuclearAnalysisJMG.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ struct UPCPhotonuclearAnalysisJMG {
485485
}
486486
} else {
487487
if (nMean > 0) {
488-
w = nMean / nEntry ;
488+
w = nMean / nEntry;
489489
} else {
490490
w = 1.0;
491491
}

0 commit comments

Comments
 (0)