mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
refactor(codegen): add line break (#6492)
This commit is contained in:
parent
204bf5533e
commit
05bd616d88
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ impl AsRef<[u8]> for CodeBuffer {
|
||||||
&self.buf
|
&self.buf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<CodeBuffer> for String {
|
impl From<CodeBuffer> for String {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn from(printer: CodeBuffer) -> Self {
|
fn from(printer: CodeBuffer) -> Self {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue