chore: newline at the end of a file

This commit is contained in:
Sara 2023-12-01 21:44:37 +01:00
parent 9fbbd833a5
commit cca9b97378

View file

@ -36,4 +36,4 @@ const State* EnemyHurt_Update(Enemy* self, float deltaTime) {
if(ntime > 1.0f) if(ntime > 1.0f)
return EnemyIdle(); return EnemyIdle();
return EnemyHurt(); return EnemyHurt();
} }