Skip to content

Commit

Permalink
Fix comma in the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed May 25, 2023
1 parent 697d20e commit ca44d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rune-macros/src/inst_display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl Derive {
var
};

if !fmt_call.is_empty() {
if fmt_call.is_empty() {
fmt_call.push(quote! {
#fmt::Formatter::write_str(f, " ")?;
});
Expand Down

0 comments on commit ca44d50

Please sign in to comment.