Skip to content

Commit e992b5b

Browse files
Update rust/operator-binary/src/hbase_controller.rs
Co-authored-by: Techassi <[email protected]>
1 parent 3cce090 commit e992b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/hbase_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ pub fn build_rolegroup_metrics_service(
801801
.map(|(name, value)| ServicePort {
802802
name: Some(name),
803803
port: i32::from(value),
804-
protocol: Some("TCP".to_string()),
804+
protocol: Some("TCP".to_owned()),
805805
..ServicePort::default()
806806
})
807807
.collect();

0 commit comments

Comments
 (0)