Skip to content

Commit

Permalink
style: apply zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 22, 2023
1 parent dc6bcf3 commit 5cc05ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/bin/zksync_api/src/fee_ticker/validator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ impl<W: TokenWatcher> MarketUpdater<W> {
tokens
.into_iter()
.filter(|token| {
!unavailable_market_volume_tokens.contains(&token.symbol.to_uppercase().as_str())
!unavailable_market_volume_tokens
.contains(&token.symbol.to_uppercase().as_str())
})
.collect_vec(),
)
Expand Down

0 comments on commit 5cc05ac

Please sign in to comment.