fix: lint fix 5

This commit is contained in:
Oleksandr Pravdyvyi
2025-06-18 16:59:29 +03:00
parent 48a43eb268
commit ac697c0bd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub fn new_http_server(
polling_config,
limits_config,
} = config;
info!(target:"network", "Starting http server at {}", addr);
info!(target:"network", "Starting http server at {addr}");
let handler = web::Data::new(JsonHandler {
polling_config,
node_core_config: node_config,