Skip to content

Commit

Permalink
rm blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Apr 22, 2024
1 parent f6a945b commit 9b229cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/script/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::{
sequence::{ScriptSequence, ScriptSequenceKind},
ScriptArgs, ScriptConfig,
};

use alloy_primitives::{Bytes, B256};
use alloy_provider::Provider;
use eyre::{OptionExt, Result};
Expand Down
2 changes: 0 additions & 2 deletions crates/script/src/runner.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use std::collections::VecDeque;

use crate::build::ScriptPredeployLibraries;

use super::ScriptResult;
use alloy_primitives::{Address, Bytes, U256};
use alloy_rpc_types::TransactionRequest;
Expand Down

0 comments on commit 9b229cd

Please sign in to comment.