Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit af79823

Browse files
committed
Rustfmt
1 parent 9b71180 commit af79823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_test/src/comments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl Comments {
227227
if escaped {
228228
escaped = false;
229229
} else if c == '"' {
230-
return Ok((&s[..(i - 1)], s[i..].trim_start()))
230+
return Ok((&s[..(i - 1)], s[i..].trim_start()));
231231
} else {
232232
escaped = c == '\\';
233233
}

0 commit comments

Comments
 (0)