Skip to content

Commit 6e15fe4

Browse files
committed
apply clang format
1 parent 3dee913 commit 6e15fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/BranchConfig.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class BranchConfig : public VectorConfig<int>, public VectorConfig<float>, publi
125125
BranchConfig& operator=(const BranchConfig&) = default;
126126
~BranchConfig() override = default;
127127

128-
BranchConfig(std::string name, DetType type, std::string title="");
128+
BranchConfig(std::string name, DetType type, std::string title = "");
129129

130130
void Print() const override;
131131

0 commit comments

Comments
 (0)