Skip to content

Commit

Permalink
Ran clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed Feb 5, 2025
1 parent 0089cee commit d8a1343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/actions/TestComponents.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ class Unit

virtual ~Unit() = default

const std::string & getName() const { return name_; }
const std::string
& getName() const
{
return name_;
}

private:
const std::string name_;
Expand Down

0 comments on commit d8a1343

Please sign in to comment.