mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 05:08:45 +00:00
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:
parent
0ea697b4e9
commit
ecfa1247b7
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
// To edit this generated file you have to edit `tasks/ast_codegen/src/generators/derive_clone_in.rs`
|
// To edit this generated file you have to edit `tasks/ast_codegen/src/generators/derive_clone_in.rs`
|
||||||
|
|
||||||
#![allow(clippy::default_trait_access)]
|
#![allow(clippy::default_trait_access)]
|
||||||
|
|
||||||
use oxc_allocator::{Allocator, CloneIn};
|
use oxc_allocator::{Allocator, CloneIn};
|
||||||
|
|
||||||
#[allow(clippy::wildcard_imports)]
|
#[allow(clippy::wildcard_imports)]
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ impl Generator for DeriveCloneIn {
|
||||||
|
|
||||||
#![allow(clippy::default_trait_access)]
|
#![allow(clippy::default_trait_access)]
|
||||||
|
|
||||||
|
///@@line_break
|
||||||
use oxc_allocator::{Allocator, CloneIn};
|
use oxc_allocator::{Allocator, CloneIn};
|
||||||
|
|
||||||
///@@line_break
|
///@@line_break
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue