Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlnHi committed Apr 22, 2023
1 parent 12cc6b7 commit 90d8c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/valence_block/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ use std::io::Write;
use std::iter::FusedIterator;
use std::str::FromStr;

use thiserror::Error;
use anyhow::Context;
use thiserror::Error;
use valence_core::ident;
use valence_core::ident::Ident;
use valence_core::item::ItemKind;
Expand Down

0 comments on commit 90d8c1c

Please sign in to comment.