Skip to content

Commit 44a701a

Browse files
committed
fix(operator): Import ensure! macro
1 parent f1b4ed0 commit 44a701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/crd/maintainer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use kube::{
99
Api, Client, ResourceExt,
1010
api::{Patch, PatchParams},
1111
};
12-
use snafu::{ResultExt, Snafu};
12+
use snafu::{ResultExt, Snafu, ensure};
1313
use stackable_webhook::x509_cert::{self, Certificate, EncodePem, LineEnding};
1414
use tokio::sync::{mpsc, oneshot};
1515

0 commit comments

Comments
 (0)