diff --git a/src/modes/follow_the_leader.cpp b/src/modes/follow_the_leader.cpp index 48173625d..420c0be05 100644 --- a/src/modes/follow_the_leader.cpp +++ b/src/modes/follow_the_leader.cpp @@ -193,4 +193,5 @@ bool FollowTheLeaderRace::acceptPowerup(const int type) const if(type == POWERUP_ANVIL) return false; return true; -} \ No newline at end of file +} +