Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Apr 29, 2022
1 parent 6ab80a0 commit 84af640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prost-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ fn try_message(input: TokenStream) -> Result<TokenStream, Error> {
})
},
}
},
}
None => quote! {
_ => ::prost::encoding::skip_field(wire_type, tag, buf, ctx),
}
},
};

let struct_name = if fields.is_empty() {
Expand Down

0 comments on commit 84af640

Please sign in to comment.