Skip to content

Commit 5084a05

Browse files
committed
fix: clippy
1 parent 69a0e2a commit 5084a05

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ pub enum Error {
157157
},
158158

159159
#[snafu(display("failed to build discovery ConfigMap"))]
160-
BuildDiscoveryConfig {
161-
source: build::discovery::Error,
162-
},
160+
BuildDiscoveryConfig { source: build::discovery::Error },
163161

164162
#[snafu(display("failed to apply discovery ConfigMap"))]
165163
ApplyDiscoveryConfig {

0 commit comments

Comments
 (0)