Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Nov 8, 2023
1 parent 48e0b80 commit 422e80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/liquidator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn main() -> anyhow::Result<()> {
jupiter_version: cli.jupiter_version.into(),
skip_tokens: cli
.rebalance_skip_tokens
.split(",")
.split(',')
.filter(|v| !v.is_empty())
.map(|name| mango_client.context.token_by_name(name).token_index)
.collect(),
Expand Down

0 comments on commit 422e80b

Please sign in to comment.