Skip to content

Commit 9962114

Browse files
committed
codegen: fix additional indent
1 parent 5e094f3 commit 9962114

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prost-build/src/code_generator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ impl<'a> CodeGenerator<'a> {
667667
.can_field_derive_copy(fq_message_name, &field.descriptor)
668668
});
669669

670-
self.push_indent();
671670
self.buf.push_str(&format!(
672671
"#[derive(Clone, {}PartialEq, {}::Oneof)]\n",
673672
if can_oneof_derive_copy { "Copy, " } else { "" },

0 commit comments

Comments
 (0)