Skip to content

Commit

Permalink
cspellのエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Dec 7, 2024
1 parent 1965471 commit 6535afb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class KickEventDetector
}
}

bool hasInterruptedOnGoningKick(const WorldModelWrapper::UniquePtr & world_model) const
bool hasInterruptedOnGoingKick(const WorldModelWrapper::UniquePtr & world_model) const
{
// 進行中のKickが中断されたらtrueを返す
if (not ongoing_kick_origin.has_value()) {
Expand Down

0 comments on commit 6535afb

Please sign in to comment.