Skip to content

Commit 8c01c52

Browse files
LaurenzVlaurmaedje
andauthored
Update src/content.rs
Co-authored-by: Laurenz <[email protected]>
1 parent ffda4cb commit 8c01c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl Drop for Operation<'_> {
128128
fn drop(&mut self) {
129129
let pad_byte = if self.first { b'\n' } else { b' ' };
130130

131-
// For example, in case we previously wrote a BT operator and then a [] operand in the
131+
// For example, in case we previously wrote a BT operator and then a `[]` operand in the
132132
// next operation, we don't need to pad them.
133133
if (self.write_settings.pretty
134134
|| self.buf.last().is_some_and(|b| !is_delimiter_character(*b)))

0 commit comments

Comments
 (0)