Skip to content

Commit 979d647

Browse files
committed
formatting
1 parent 405d7e4 commit 979d647

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ use stackable_operator::{
1111
role_utils::GenericRoleConfig,
1212
};
1313

14-
use crate::{crd::{AnyServiceConfig, HbaseRole, v1alpha1}, hbase_controller::CONTAINER_IMAGE_BASE_NAME};
14+
use crate::{
15+
crd::{AnyServiceConfig, HbaseRole, v1alpha1},
16+
hbase_controller::CONTAINER_IMAGE_BASE_NAME,
17+
};
1518

1619
#[derive(Snafu, Debug)]
1720
pub enum Error {

0 commit comments

Comments
 (0)