Added empty line at the end of test/move_effect_triple_arrows.c

Compilers on Unix-based systems hate it when a file doesn't end with an empty line.
This commit is contained in:
LOuroboros 2023-04-02 05:30:26 -03:00
parent a59ecf8261
commit 318b1ce4a2

View File

@ -53,4 +53,4 @@ SINGLE_BATTLE_TEST("Triple Arrows lands a critical hit")
ANIMATION(ANIM_TYPE_MOVE, MOVE_TRIPLE_ARROWS, player); ANIMATION(ANIM_TYPE_MOVE, MOVE_TRIPLE_ARROWS, player);
MESSAGE("A critical hit!"); MESSAGE("A critical hit!");
} }
} }