We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffda4cb commit 8c01c52Copy full SHA for 8c01c52
1 file changed
src/content.rs
@@ -128,7 +128,7 @@ impl Drop for Operation<'_> {
128
fn drop(&mut self) {
129
let pad_byte = if self.first { b'\n' } else { b' ' };
130
131
- // For example, in case we previously wrote a BT operator and then a [] operand in the
+ // For example, in case we previously wrote a BT operator and then a `[]` operand in the
132
// next operation, we don't need to pad them.
133
if (self.write_settings.pretty
134
|| self.buf.last().is_some_and(|b| !is_delimiter_character(*b)))
0 commit comments