Skip to content

Commit 7301589

Browse files
adwk67NickLarsenNZ
andauthored
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <[email protected]>
1 parent 0de25d4 commit 7301589

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/crd

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ impl v1alpha1::SupersetConfig {
416416
graceful_shutdown_timeout: Some(DEFAULT_NODE_GRACEFUL_SHUTDOWN_TIMEOUT),
417417
row_limit: None,
418418
webserver_timeout: None,
419-
listener_class: Some("cluster-internal".to_string()),
419+
listener_class: Some("cluster-internal".to_owned()),
420420
}
421421
}
422422
}

0 commit comments

Comments
 (0)