Skip to content

Commit f8e6eaf

Browse files
committed
fix fmt
1 parent 53d4c07 commit f8e6eaf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/jormungandr/testing/hersir/src/builder/explorer.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ pub fn generate_explorer(
1616
Ok(ExplorerConfiguration {
1717
explorer_port: get_available_port(),
1818
explorer_listen_address: "127.0.0.1".to_string(),
19-
node_address: settings.config.p2p.connection.public_address.clone().to_http_addr(),
19+
node_address: settings
20+
.config
21+
.p2p
22+
.connection
23+
.public_address
24+
.clone()
25+
.to_http_addr(),
2026
logs_dir: Default::default(),
2127
storage_dir: None,
2228
params: explorer_template.to_explorer_params(),

0 commit comments

Comments
 (0)