Skip to content

Commit

Permalink
chore: make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fbozic committed Nov 13, 2024
1 parent 67854ab commit 0e664a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e-tests/src/steps/jsonrpc_call.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::collections::HashMap;

use eyre::{bail, eyre, Result as EyreResult};
use serde::{Deserialize, Serialize};
use std::collections::HashMap;

use crate::driver::{Test, TestContext};

Expand Down

0 comments on commit 0e664a8

Please sign in to comment.