Skip to content

Commit 0187a73

Browse files
committed
ran rustfmt
1 parent e6cc626 commit 0187a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/druid_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ use stackable_druid_crd::{
2121
RUNTIME_PROPS, RW_CONFIG_DIRECTORY, S3_ACCESS_KEY, S3_ENDPOINT_URL, S3_PATH_STYLE_ACCESS,
2222
S3_SECRET_KEY, ZOOKEEPER_CONNECTION_STRING,
2323
};
24+
use stackable_operator::k8s_openapi::api::core::v1::ServiceAccount;
25+
use stackable_operator::kube::ResourceExt;
2426
use stackable_operator::{
2527
builder::{
2628
self,
@@ -70,8 +72,6 @@ use stackable_operator::{
7072
},
7173
time::Duration,
7274
};
73-
use stackable_operator::k8s_openapi::api::core::v1::ServiceAccount;
74-
use stackable_operator::kube::ResourceExt;
7575
use strum::{EnumDiscriminants, IntoStaticStr};
7676

7777
use crate::{

0 commit comments

Comments
 (0)