Skip to content

Commit

Permalink
refactor(codegen): add line break (#6492)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 13, 2024
1 parent 204bf55 commit 05bd616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oxc_codegen/src/code_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ impl AsRef<[u8]> for CodeBuffer {
&self.buf
}
}

impl From<CodeBuffer> for String {
#[inline]
fn from(printer: CodeBuffer) -> Self {
Expand Down

0 comments on commit 05bd616

Please sign in to comment.