Skip to content

Commit 9a938a3

Browse files
committed
cargo fmt
1 parent a68d9e6 commit 9a938a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • rust/operator-binary/src/crd/catalog

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ pub mod versioned {
108108

109109
impl Default for v1alpha1::TrinoCatalogNameSpec {
110110
fn default() -> Self {
111-
Self::Inferred { replace_hyphens_with_underscores: false }
111+
Self::Inferred {
112+
replace_hyphens_with_underscores: false,
113+
}
112114
}
113115
}
114116

0 commit comments

Comments
 (0)