aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-08-11 09:03:57 +0000
committermat <git@matdoes.dev>2024-08-11 09:03:57 +0000
commit5ab9c501e93907a8a688266fd027a48bbf1c2eca (patch)
tree5a50b0f1422dfe9a8ab80bac8aec349c5580fc4a /azalea-inventory/src
parentb445b7c032be90304c624bce612c1ea2d62d8375 (diff)
downloadazalea-drasl-5ab9c501e93907a8a688266fd027a48bbf1c2eca.tar.xz
fmt
Diffstat (limited to 'azalea-inventory/src')
-rw-r--r--azalea-inventory/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-inventory/src/lib.rs b/azalea-inventory/src/lib.rs
index 876269e5..930c1a5d 100644
--- a/azalea-inventory/src/lib.rs
+++ b/azalea-inventory/src/lib.rs
@@ -9,7 +9,7 @@ mod slot;
use std::ops::{Deref, DerefMut, RangeInclusive};
use azalea_inventory_macros::declare_menus;
-pub use slot::{ItemSlot, ItemSlotData, DataComponentPatch};
+pub use slot::{DataComponentPatch, ItemSlot, ItemSlotData};
// TODO: remove this here and in azalea-inventory-macros when rust makes
// Default be implemented for all array sizes