Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and akirillo committed Nov 26, 2023
1 parent b5dfa66 commit 8e97c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrum-client/integration/helpers.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Helper functions for Arbitrum client integration tests
use eyre::{eyre, Result};
use std::{fs::File, io::Read};
use eyre::{Result, eyre};

use crate::constants::DEPLOYMENTS_KEY;

Expand Down

0 comments on commit 8e97c48

Please sign in to comment.