Skip to content

Commit 9b03a5c

Browse files
committed
fixed clippy issues
1 parent 7043e09 commit 9b03a5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests-integration/src/cluster.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ impl GreptimeDbClusterBuilder {
441441
instance,
442442
servers,
443443
heartbeat_task: Some(heartbeat_task),
444-
export_metrics_task: None,
445444
}
446445
}
447446

tests-integration/src/standalone.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ impl GreptimeDbStandaloneBuilder {
288288
instance,
289289
servers: ServerHandlers::default(),
290290
heartbeat_task: None,
291-
export_metrics_task: None,
292291
};
293292

294293
frontend.start().await.unwrap();

0 commit comments

Comments
 (0)