Skip to content

Commit 0985e5e

Browse files
committed
Please consider the following formatting changes
1 parent 9a85316 commit 0985e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Core/DelphesO2TrackSmearer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class TrackSmearer
250250
}
251251
void setdNdEta(float val) { mdNdEta = val; } //;
252252
void setCcdbManager(o2::ccdb::BasicCCDBManager* mgr) { mCcdbManager = mgr; } //;
253-
void setCleanupDownloadedFile(bool val) { mCleanupDownloadedFile = val; } //;
253+
void setCleanupDownloadedFile(bool val) { mCleanupDownloadedFile = val; } //;
254254

255255
protected:
256256
static constexpr unsigned int nLUTs = 9; // Number of LUT available

0 commit comments

Comments
 (0)