Skip to content

Commit

Permalink
Run cargo +nightly fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
E S committed Dec 9, 2024
1 parent 835d5c1 commit 4647345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/floresta-cli/src/jsonrpc_client.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use std::fmt::Debug;

use serde::Deserialize;

use crate::rpc::JsonRPCClient;

// Define a Client struct that wraps a jsonrpc::Client
Expand Down
2 changes: 1 addition & 1 deletion crates/floresta-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn main() -> anyhow::Result<()> {

// Create a new JSON-RPC client using the host from the CLI arguments
let client = Client::new(get_host(&cli));

// Perform the requested RPC call and get the result
let res = do_request(&cli, client)?;

Expand Down

0 comments on commit 4647345

Please sign in to comment.