chore: formatted state.cpp

This commit is contained in:
Sara 2025-03-14 14:21:52 +01:00
parent c4dc10de90
commit 4178c08102

View file

@ -47,4 +47,4 @@ bool State::is_action_done() const {
bool State::is_action_done_interrupt() const { bool State::is_action_done_interrupt() const {
return this->is_action_done() && !this->action->get_require_state_complete(); return this->is_action_done() && !this->action->get_require_state_complete();
} }
} } //namespace goap