Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Sep 3, 2024
1 parent 43057cc commit 548a821
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions relay_rpc/src/rpc/params.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use serde::{Deserialize, Serialize};
use serde_json::Value;
use {
serde::{Deserialize, Serialize},
serde_json::Value,
};

pub mod pairing;
pub mod pairing_delete;
Expand Down

0 comments on commit 548a821

Please sign in to comment.