Skip to content

Commit 23c2531

Browse files
committed
fix clippy lints
1 parent debbc0b commit 23c2531

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/stackable-webhook/src/servers/conversion.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ impl ConversionWebhookServer {
231231
&client,
232232
field_manager,
233233
&crds,
234-
&operator_namespace,
235-
&operator_service_name,
234+
operator_namespace,
235+
operator_service_name,
236236
current_cert,
237237
)
238238
.await
@@ -245,8 +245,8 @@ impl ConversionWebhookServer {
245245
&client,
246246
field_manager,
247247
&crds,
248-
&operator_namespace,
249-
&operator_service_name,
248+
operator_namespace,
249+
operator_service_name,
250250
),
251251
)?;
252252

0 commit comments

Comments
 (0)