chore(format): removed whitespace at the end of a struct
This commit is contained in:
parent
8c3bcbce85
commit
08a5befc82
|
@ -10,7 +10,6 @@ struct AnimationSprite {
|
|||
|
||||
float frame_interval;
|
||||
float start_time;
|
||||
|
||||
};
|
||||
|
||||
AnimationSprite* animation_sprite_new(Spritesheet* sheet, float framerate) {
|
||||
|
|
Loading…
Reference in a new issue