stray spaces

This commit is contained in:
jake 2021-10-14 00:30:53 -06:00
parent 8e82d6c4b4
commit 98260308e8
2 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,6 @@ where
.next()
.ok_or(TradeError::CouldNotFindTradePartner)?;
let item_blobs = items_to_trade.items.iter().take(items_to_trade.count as usize);
let trade_items = item_blobs
.map(|item| {