Skip to content

Commit

Permalink
apply clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
lubynets committed Aug 5, 2024
1 parent 3dee913 commit 6e15fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/BranchConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class BranchConfig : public VectorConfig<int>, public VectorConfig<float>, publi
BranchConfig& operator=(const BranchConfig&) = default;
~BranchConfig() override = default;

BranchConfig(std::string name, DetType type, std::string title="");
BranchConfig(std::string name, DetType type, std::string title = "");

void Print() const override;

Expand Down

0 comments on commit 6e15fe4

Please sign in to comment.