Browse Source

spacing

pull/113/head
jake 2 years ago
parent
commit
8b79ed18e0
  1. 2
      src/ship/items/actions.rs

2
src/ship/items/actions.rs

@ -463,7 +463,7 @@ fn add_inventory_item_to_bank(character_id: CharacterEntityId)
} }
} }
pub async fn deposit_item<'a, EG>(
pub async fn deposit_item<'a, EG> (
item_state: &'a mut ItemState, item_state: &'a mut ItemState,
entity_gateway: &mut EG, entity_gateway: &mut EG,
character: &CharacterEntity, character: &CharacterEntity,

Loading…
Cancel
Save