We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97f91f commit 17ecf29Copy full SHA for 17ecf29
rust/operator-binary/src/config/jvm.rs
@@ -92,9 +92,8 @@ fn is_heap_jvm_argument(jvm_argument: &str) -> bool {
92
93
#[cfg(test)]
94
mod tests {
95
- use crate::crd::{v1alpha1::ZookeeperConfig, ZookeeperRole};
96
-
97
use super::*;
+ use crate::crd::{v1alpha1::ZookeeperConfig, ZookeeperRole};
98
99
#[test]
100
fn test_construct_jvm_arguments_defaults() {
0 commit comments