From 5ab9c501e93907a8a688266fd027a48bbf1c2eca Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 11 Aug 2024 09:03:57 +0000 Subject: fmt --- azalea-inventory/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-inventory/src') 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 -- cgit v1.2.3