Skip to content

Commit

Permalink
refactor(codegen): add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 13, 2024
1 parent 204bf55 commit eee1c18
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 eee1c18

Please sign in to comment.