Skip to content

Commit 6d738a8

Browse files
committed
Please consider the following formatting changes
1 parent 09f35ec commit 6d738a8

File tree

1 file changed

+1
-1
lines changed
  • Detectors/Upgrades/ITS3/simulation/include/ITS3Simulation

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ITS3/simulation/include/ITS3Simulation/DigiParams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DigiParams final : public o2::itsmft::DigiParams
1818
const o2::itsmft::AlpideSimResponse* getIBSimResponse() const { return mIBSimResponse; }
1919
void setIBSimResponse(const o2::itsmft::AlpideSimResponse* response) { mIBSimResponse = response; }
2020

21-
bool hasResponseFunctions() const { return mIBSimResponse != nullptr && mOBSimResponse != nullptr;}
21+
bool hasResponseFunctions() const { return mIBSimResponse != nullptr && mOBSimResponse != nullptr; }
2222

2323
void print() const final;
2424

0 commit comments

Comments
 (0)