Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
francofusco committed Mar 31, 2021
1 parent bf95e62 commit 290d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flightlib/include/flightlib/objects/static_gate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace flightlib {
class StaticGate : public StaticObject {
public:
StaticGate(const std::string& id, const std::string& prefab_id="rpg_gate")
StaticGate(const std::string& id, const std::string& prefab_id = "rpg_gate")
: StaticObject(id, prefab_id) {}
~StaticGate() {}
};
Expand Down

0 comments on commit 290d425

Please sign in to comment.