Skip to content

Commit 2075879

Browse files
committed
Fix formatting
1 parent 940e41c commit 2075879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/TPC/calibration/src/CMVContainer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ CMVContainer CMVContainer::fromTTree(TTree* tree, int entry)
126126
tree->SetBranchAddress("tf", bTf.data());
127127

128128
tree->GetEntry(entry);
129-
129+
130130
c.cmvValues = std::move(bCmv);
131131
c.cru = std::move(bCru);
132132
c.timebin = std::move(bTimebin);
@@ -135,4 +135,4 @@ CMVContainer CMVContainer::fromTTree(TTree* tree, int entry)
135135
return c;
136136
}
137137

138-
} // namespace o2::tpc
138+
} // namespace o2::tpc

0 commit comments

Comments
 (0)