Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas0008 committed Sep 18, 2024
1 parent 79c6730 commit d2f700a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pumpkin-macros/src/block_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ pub fn block_id_impl(item: TokenStream) -> TokenStream {
.states
.iter()
.find(|state| state.is_default)
.expect("Error inside blocks.json file: Every Block should have at least 1 default state")
.expect(
"Error inside blocks.json file: Every Block should have at least 1 default state",
)
.id
} else {
match block_info
Expand Down

0 comments on commit d2f700a

Please sign in to comment.