Skip to content

Commit

Permalink
Fixed method declaration again
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDeinzer committed Feb 21, 2024
1 parent 4ef7686 commit fe2de1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ void RobotFactoryPosition::die() { current_position_->die(); }

void RobotFactoryPosition::revive() { current_position_->revive(); }

std::string RobotFactoryPosition::return_current_state() { current_position_->return_current_state(); }
std::string RobotFactoryPosition::return_current_state() { return current_position_->return_current_state(); }

} // namespace strategy

0 comments on commit fe2de1b

Please sign in to comment.