Skip to content

Commit f44b8f8

Browse files
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 1e22614 commit f44b8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ impl v1alpha1::TrinoCluster {
847847

848848
/// Returns the metrics rolegroup service name `simple-trino-coordinator-default-<METRICS_SERVICE_SUFFIX>`.
849849
pub fn rolegroup_metrics_service_name(role_group_ref_object_name: &str) -> String {
850-
format!("{}-{}", role_group_ref_object_name, METRICS_SERVICE_SUFFIX)
850+
format!("{role_group_ref_object_name}-{METRICS_SERVICE_SUFFIX}")
851851
}
852852

853853
/// Returns user provided authentication settings

0 commit comments

Comments
 (0)