spacing
This commit is contained in:
parent
938668074b
commit
3f57d244ae
@ -559,6 +559,7 @@ where
|
||||
}).await
|
||||
}
|
||||
|
||||
|
||||
fn sort_inventory_items(character_id: CharacterEntityId, item_ids: Vec<ClientItemId>)
|
||||
-> impl for<'a> Fn((ItemStateProxy<'a>, Box<dyn EntityGatewayTransaction + 'a>), ())
|
||||
-> Pin<Box<dyn Future<Output=Result<((ItemStateProxy<'a>, Box<dyn EntityGatewayTransaction + 'a>), ()), ItemStateError>> + Send + 'a>>
|
||||
@ -576,8 +577,6 @@ fn sort_inventory_items(character_id: CharacterEntityId, item_ids: Vec<ClientIte
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
pub async fn sort_inventory<'a, EG> (
|
||||
item_state: &'a mut ItemState,
|
||||
entity_gateway: &mut EG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user