From a664b17f2e56a65fea16ca365d13b56506a5f2a9 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 15 May 2022 19:59:38 -0600 Subject: [PATCH] spacing --- src/ship/items/actions.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ship/items/actions.rs b/src/ship/items/actions.rs index 4055a5c..85e8f34 100644 --- a/src/ship/items/actions.rs +++ b/src/ship/items/actions.rs @@ -559,6 +559,7 @@ where }).await } + fn sort_inventory_items(character_id: CharacterEntityId, item_ids: Vec) -> impl for<'a> Fn((ItemStateProxy<'a>, Box), ()) -> Pin, Box), ()), ItemStateError>> + Send + 'a>> @@ -576,8 +577,6 @@ fn sort_inventory_items(character_id: CharacterEntityId, item_ids: Vec ( item_state: &'a mut ItemState, entity_gateway: &mut EG,