Skip to content

Commit

Permalink
fix: add newline between each impl block.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Aug 7, 2024
1 parent 11972c9 commit 36e6acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/ast_codegen/src/generators/derive_clone_in.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ where
};

quote! {
endl!();
impl<'old_alloc, 'new_alloc> CloneIn<'new_alloc> for #ty_ident #old_lifetime {
type Cloned = #ty_ident #new_lifetime;

Expand Down

0 comments on commit 36e6acc

Please sign in to comment.