Skip to content

Commit 4b2bd8f

Browse files
committed
Please consider the following formatting changes
1 parent 6232cbc commit 4b2bd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/TestWorkflows/src/o2TestHistograms.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct EtaAndClsHistogramsIUSimple {
7373
}
7474
}
7575

76-
void process(soa::Filtered<aod::TracksIU> const& tracks, aod::FT0s const&, aod::TracksIUFrom<o2::aod::Hash<"EMB"_h>> const &otherTracks)
76+
void process(soa::Filtered<aod::TracksIU> const& tracks, aod::FT0s const&, aod::TracksIUFrom<o2::aod::Hash<"EMB"_h>> const& otherTracks)
7777
{
7878
LOGP(info, "Invoking the simple one IU");
7979
for (auto& track : tracks) {

0 commit comments

Comments
 (0)