Skip to content

Commit d3d7f37

Browse files
committed
cargo fmt
1 parent 20c880c commit d3d7f37

File tree

1 file changed

+7
-8
lines changed
  • rust/operator-binary/src/config

1 file changed

+7
-8
lines changed

rust/operator-binary/src/config/jvm.rs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
use snafu::{ResultExt, Snafu};
2-
use stackable_operator::role_utils::{
3-
GenericRoleConfig, JavaCommonConfig, JvmArgumentOverrides, Role,
2+
use stackable_operator::{
3+
memory::MemoryQuantity,
4+
role_utils,
5+
role_utils::{GenericRoleConfig, JavaCommonConfig, JvmArgumentOverrides, Role},
46
};
5-
use stackable_operator::{memory::MemoryQuantity, role_utils};
67

7-
use crate::crd::DruidRole;
88
use crate::crd::{
9-
JVM_SECURITY_PROPERTIES_FILE, LOG4J2_CONFIG, RW_CONFIG_DIRECTORY, STACKABLE_TRUST_STORE,
10-
STACKABLE_TRUST_STORE_PASSWORD,
9+
DruidRole, JVM_SECURITY_PROPERTIES_FILE, LOG4J2_CONFIG, RW_CONFIG_DIRECTORY,
10+
STACKABLE_TRUST_STORE, STACKABLE_TRUST_STORE_PASSWORD,
1111
};
1212

1313
#[derive(Snafu, Debug)]
@@ -82,9 +82,8 @@ pub fn construct_jvm_args<T>(
8282
mod tests {
8383
use indoc::indoc;
8484

85-
use crate::crd::v1alpha1::DruidCluster;
86-
8785
use super::*;
86+
use crate::crd::v1alpha1::DruidCluster;
8887

8988
#[test]
9089
fn test_construct_jvm_arguments_defaults() {

0 commit comments

Comments
 (0)