Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Sep 8, 2022
1 parent f90e977 commit ba5bbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbjson-build/src/generator/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub fn generate_message<W: Write>(
writer: &mut W,
ignore_unknown_fields: bool,
btree_map_paths: &[String],
emit_fields: bool
emit_fields: bool,
) -> Result<()> {
let rust_type = resolver.rust_type(&message.path);

Expand Down
2 changes: 1 addition & 1 deletion pbjson-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub struct Builder {
retain_enum_prefix: bool,
ignore_unknown_fields: bool,
btree_map_paths: Vec<String>,
emit_fields:bool,
emit_fields: bool,
}

impl Builder {
Expand Down

0 comments on commit ba5bbde

Please sign in to comment.