mirror of https://github.com/astral-sh/ruff
fix clippy
This commit is contained in:
parent
99a52eba90
commit
10aeb6d3b6
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue