refactor(codegen): add line break (#6492)

This commit is contained in:
overlookmotel 2024-10-13 09:27:42 +00:00
parent 204bf5533e
commit 05bd616d88

View file

@ -352,6 +352,7 @@ impl AsRef<[u8]> for CodeBuffer {
&self.buf
}
}
impl From<CodeBuffer> for String {
#[inline]
fn from(printer: CodeBuffer) -> Self {