Skip to content

Commit f43ea9b

Browse files
committed
clippy
1 parent 054fe29 commit f43ea9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/stackable-webhook/src/webhooks/conversion_webhook.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ impl<H> ConversionWebhook<H> {
116116
///
117117
/// - The new [`ConversionWebhook`] itself
118118
/// - The [`oneshot::Receiver`] that informs the caller that the CRDs have been reconciled
119-
/// initially. This guarantees that the CRDs are now install on the Kubernetes cluster and the
120-
/// caller can apply CustomResources of that kind.
119+
/// initially. This guarantees that the CRDs are now install on the Kubernetes cluster and the
120+
/// caller can apply CustomResources of that kind.
121121
pub fn new(
122122
crds_and_handlers: Vec<(CustomResourceDefinition, H)>,
123123
client: Client,

0 commit comments

Comments
 (0)