Skip to content

Commit

Permalink
refactor: apply cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiCake committed Mar 5, 2024
1 parent 46bfb21 commit 41a93b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
models::*,
recaptcha,
session::{Salt, SessionMap},
session::Salt,
CoinOutput, SharedConfig, SharedDispenseTracker, SharedFaucetState, SharedNetworkConfig,
SharedSessions, SharedWallet,
};
Expand Down

0 comments on commit 41a93b3

Please sign in to comment.