Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 7, 2022
1 parent 4c2605f commit c0d1e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui_test/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Comments {
if escaped {
escaped = false;
} else if c == '"' {
return Ok((&s[..(i - 1)], s[i..].trim_start()))
return Ok((&s[..(i - 1)], s[i..].trim_start()));
} else {
escaped = c == '\\';
}
Expand Down

0 comments on commit c0d1e3e

Please sign in to comment.