Skip to content

Commit c19d255

Browse files
committed
Fix formatting
1 parent ef3a8cc commit c19d255

File tree

1 file changed

+1
-1
lines changed
  • crates/oxide/src/extractor/pre_processors

1 file changed

+1
-1
lines changed

crates/oxide/src/extractor/pre_processors/ruby.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ impl PreProcessor for Ruby {
199199
// End of the pattern, replace the boundary character with a space
200200
_ if cursor.curr == boundary => {
201201
if boundary != b'\n' {
202-
result[cursor.pos] = b' ';
202+
result[cursor.pos] = b' ';
203203
}
204204

205205
break;

0 commit comments

Comments
 (0)