Skip to content

Commit 2355ded

Browse files
razvanNickLarsenNZ
andauthored
Update rust/operator-binary/src/crd/history.rs
Co-authored-by: Nick <[email protected]>
1 parent 851e25a commit 2355ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ impl Configuration for HistoryConfigFragment {
401401
}
402402

403403
fn default_listener_class() -> String {
404-
"cluster-internal".to_string()
404+
"cluster-internal".to_owned()
405405
}
406406

407407
#[cfg(test)]

0 commit comments

Comments
 (0)