Skip to content

Commit 3f6d723

Browse files
committed
run fmt
1 parent 5d0774b commit 3f6d723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn setup_test_config() -> Result<BuilderConfig> {
3232
.try_into()
3333
.unwrap(),
3434
tx_broadcast_urls: vec!["http://localhost:9000".into()],
35-
flashbots_endpoint: "http://localhost:9062".parse().unwrap(), // NB: Flashbots API default
35+
flashbots_endpoint: "http://localhost:9062".parse().unwrap(), // NB: Flashbots API default
3636
zenith_address: Address::default(),
3737
quincey_url: "http://localhost:8080".into(),
3838
builder_port: 8080,

0 commit comments

Comments
 (0)