Skip to content

Commit

Permalink
Fix fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
darkautism committed Oct 22, 2024
1 parent f61346d commit 432158a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ impl Map {
let user_type = user_type.or(user_class);
let stagger_axis = stagger_axis.unwrap_or_default();
let stagger_index = stagger_index.unwrap_or_default();


// We can only parse sequentally, but tilesets are guaranteed to appear before layers.
// So we can pass in tileset data to layer construction without worrying about unfinished
Expand Down

0 comments on commit 432158a

Please sign in to comment.