Skip to content

Commit

Permalink
fmt TxProxy - fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Apr 9, 2024
1 parent aaaf7d6 commit 56500de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ where
) {
if self.enum_contains_struct_variant(enum_variants) {
self.writeln("");
self.write(format!("#[rustfmt::skip]"));
self.write(r#"#[rustfmt::skip]"#);
}

self.start_write_type("enum", type_description, name);
Expand Down

0 comments on commit 56500de

Please sign in to comment.