Skip to content

Commit 686c661

Browse files
chore: Reformat code
1 parent 18d9af0 commit 686c661

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/operator-binary/src/framework/role_group_utils.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
use std::str::FromStr;
22

3+
use stackable_operator::validation::RFC_1035_LABEL_MAX_LENGTH;
4+
35
use super::{
46
ClusterName, ConfigMapName, ListenerName, RoleGroupName, RoleName, StatefulSetName, min,
57
};
68
use crate::{attributed_string_type, framework::ServiceName};
7-
use stackable_operator::validation::RFC_1035_LABEL_MAX_LENGTH;
89

910
attributed_string_type! {
1011
QualifiedRoleGroupName,

0 commit comments

Comments
 (0)