fix clippy

This commit is contained in:
Phong Do 2025-12-11 01:49:48 +01:00
parent 99a52eba90
commit 10aeb6d3b6
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ mod tests {
#[test]
fn test_format_unicode_escape_with_field() {
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"))
assert_debug_snapshot!(FormatString::from_str("I am a \\N{snowman}{snowman}"));
}
#[test]