Skip to content

Commit 096afe6

Browse files
committed
chore: cargo fmt
1 parent fab0e45 commit 096afe6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rust/operator-binary/src/crd/fault_tolerant_execution.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ use stackable_operator::{
1414
client::Client,
1515
commons::tls_verification::{CaCert, TlsServerVerification, TlsVerification},
1616
crd::s3,
17-
k8s_openapi::api::core::v1::{Volume, VolumeMount},
18-
k8s_openapi::apimachinery::pkg::api::resource::Quantity,
17+
k8s_openapi::{
18+
api::core::v1::{Volume, VolumeMount},
19+
apimachinery::pkg::api::resource::Quantity,
20+
},
1921
schemars::{self, JsonSchema},
2022
time::Duration,
2123
};

0 commit comments

Comments
 (0)