Skip to content

Commit a410723

Browse files
committed
[PWGLF] Fix cpplint error: align 'else' with closing brace
1 parent bcfe208 commit a410723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,7 @@ struct chargedkstaranalysis {
853853
histos.fill(HIST("QA/after/kstarinvmass"), lResoKstar.M());
854854
histos.fill(HIST("hInvmass_Kstar"), collision.centFT0M(), lResoKstar.Pt(), lResoKstar.M());
855855

856-
} // IsMix
857-
else {
856+
} else {
858857

859858
histos.fill(HIST("hInvmass_KstarME"), collision.centFT0M(), lResoKstar.Pt(), lResoKstar.M());
860859
}

0 commit comments

Comments
 (0)