Skip to content

Commit 0fd24d6

Browse files
committed
chore: clippy fmt
1 parent 8d24b3d commit 0fd24d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async fn main() -> eyre::Result<()> {
1818
let provider = config.connect_provider().await?;
1919
let authenticator = Authenticator::new(&config);
2020

21-
let _ = PrometheusBuilder::new().install().expect("failed to install prometheus exporter");
21+
PrometheusBuilder::new().install().expect("failed to install prometheus exporter");
2222

2323
tracing::debug!(rpc_url = config.host_rpc_url.as_ref(), "instantiated provider");
2424

0 commit comments

Comments
 (0)