aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/range.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-block/src/range.rs')
-rw-r--r--azalea-block/src/range.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-block/src/range.rs b/azalea-block/src/range.rs
index 53d2c10f..3680314a 100644
--- a/azalea-block/src/range.rs
+++ b/azalea-block/src/range.rs
@@ -8,7 +8,7 @@ use azalea_registry::{builtin::BlockKind, tags::RegistryTag};
use crate::{BlockState, block_state::BlockStateIntegerRepr};
-#[derive(Debug, Clone)]
+#[derive(Clone, Debug)]
pub struct BlockStates {
pub set: HashSet<BlockState>,
}