Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchan committed May 3, 2024
1 parent 54d5904 commit 09c3346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fp-bindgen/src/types/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ impl FieldAttrs {
self.serialize_with.clone_from(&other.serialize_with);
}
if other.skip_serializing_if.is_some() {
self.skip_serializing_if.clone_from(&other.skip_serializing_if);
self.skip_serializing_if
.clone_from(&other.skip_serializing_if);
}
}

Expand Down

0 comments on commit 09c3346

Please sign in to comment.