refactor(ast_codegen): add line break to generated code (#4829)

Follow-on after #4819. Style nit. Add a line break after `#![allow(...)]`.
This commit is contained in:
overlookmotel 2024-08-11 19:36:24 +00:00
parent 0ea697b4e9
commit ecfa1247b7
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
// To edit this generated file you have to edit `tasks/ast_codegen/src/generators/derive_clone_in.rs`
#![allow(clippy::default_trait_access)]
use oxc_allocator::{Allocator, CloneIn};
#[allow(clippy::wildcard_imports)]

View file

@ -38,6 +38,7 @@ impl Generator for DeriveCloneIn {
#![allow(clippy::default_trait_access)]
///@@line_break
use oxc_allocator::{Allocator, CloneIn};
///@@line_break