chore(format): removed whitespace at the end of a struct

This commit is contained in:
Sara 2023-11-23 18:34:58 +01:00
parent 8c3bcbce85
commit 08a5befc82

View file

@ -10,7 +10,6 @@ struct AnimationSprite {
float frame_interval;
float start_time;
};
AnimationSprite* animation_sprite_new(Spritesheet* sheet, float framerate) {