Skip to content

Commit 7bce0dd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,9 +710,9 @@ pub fn build_group_listener(
710710

711711
fn listener_ports() -> Vec<ListenerPort> {
712712
vec![ListenerPort {
713-
name: APP_PORT_NAME.to_string(),
713+
name: APP_PORT_NAME.to_owned(),
714714
port: APP_PORT.into(),
715-
protocol: Some("TCP".to_string()),
715+
protocol: Some("TCP".to_owned()),
716716
}]
717717
}
718718

0 commit comments

Comments
 (0)