1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-04 14:11:33 +11:00

Remove trailing whitespace

This commit is contained in:
Gwilym Inzani 2023-08-29 16:28:57 +01:00
parent 345a27a7d9
commit 54237c0fce

View file

@ -359,7 +359,7 @@ fn export_ui_tiles(map: &tiled::Map, background: TokenStream) -> TokenStream {
let tile_id = tile.id() as u16;
let vflip = tile.flip_v;
let hflip = tile.flip_h;
quote! { backgrounds::#background.tile_settings[#tile_id as usize].hflip(#hflip).vflip(#vflip) }
}
None => {