Skip to content

Commit 35f1a8f

Browse files
committed
formatting
1 parent ee724da commit 35f1a8f

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-versioned-macros/src/codegen/container/struct

1 file changed

+1
-1
lines changed

crates/stackable-versioned-macros/src/codegen/container/struct/k8s.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl Struct {
187187

188188
let object = match api_version {
189189
#(#api_versions => {
190-
let object = #serde_json_path::from_value(value)
190+
let object = #serde_json_path::from_value(value)
191191
.map_err(|source| #parse_object_error::Deserialize { source })?;
192192

193193
Self::#variant_idents(object)

0 commit comments

Comments
 (0)