Skip to content

Commit 4241930

Browse files
author
Ruben Schmidmeister
committed
Remove unnecessary comma
1 parent c84785d commit 4241930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkstyle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ mod tests {
9797
#[test]
9898
fn other_characters_are_not_escaped() {
9999
let string = "The quick brown 🦊 jumps over the lazy 🐶";
100-
assert_eq!(string, format!("{}", XmlEscaped(string)),);
100+
assert_eq!(string, format!("{}", XmlEscaped(string)));
101101
}
102102
}

0 commit comments

Comments
 (0)