Skip to content

Commit eb78706

Browse files
committed
chore: address clippy warnings
1 parent 51085bd commit eb78706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregation_mode/db/src/orchestrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl DbOrchestartor {
8585
}))
8686
})
8787
.collect::<Result<Vec<_>, sqlx::Error>>()
88-
.map_err(|e| DbOrchestartorError::Sqlx(e))?;
88+
.map_err(DbOrchestartorError::Sqlx)?;
8989

9090
Ok(Self {
9191
nodes,

0 commit comments

Comments
 (0)