Skip to content

Commit 17ecf29

Browse files
committed
cargo fmt
1 parent b97f91f commit 17ecf29

File tree

1 file changed

+1
-2
lines changed
  • rust/operator-binary/src/config

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ fn is_heap_jvm_argument(jvm_argument: &str) -> bool {
9292

9393
#[cfg(test)]
9494
mod tests {
95-
use crate::crd::{v1alpha1::ZookeeperConfig, ZookeeperRole};
96-
9795
use super::*;
96+
use crate::crd::{v1alpha1::ZookeeperConfig, ZookeeperRole};
9897

9998
#[test]
10099
fn test_construct_jvm_arguments_defaults() {

0 commit comments

Comments
 (0)