Skip to content

Commit 51893ea

Browse files
committed
chore: lint fixes
1 parent d3f1d22 commit 51893ea

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ use stackable_operator::{
3434
k8s_openapi::{
3535
DeepMerge,
3636
api::{
37-
apps::v1::{
38-
DaemonSet, DaemonSetSpec, DaemonSetUpdateStrategy, RollingUpdateDaemonSet,
39-
},
37+
apps::v1::{DaemonSet, DaemonSetSpec, DaemonSetUpdateStrategy, RollingUpdateDaemonSet},
4038
core::v1::{
4139
ConfigMap, EmptyDirVolumeSource, EnvVar, EnvVarSource, HTTPGetAction,
4240
ObjectFieldSelector, Probe, SecretVolumeSource, ServiceAccount,

0 commit comments

Comments
 (0)