From 6a2d693998700e9ddc52a3d51017a7729b28a0ad Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Fri, 26 Apr 2024 18:46:05 +0530 Subject: [PATCH] Update crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/fstring.py Co-authored-by: Micha Reiser --- .../resources/test/fixtures/ruff/expression/fstring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/fstring.py b/crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/fstring.py index e5783e0a05cfb4..52854c062a3852 100644 --- a/crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/fstring.py +++ b/crates/ruff_python_formatter/resources/test/fixtures/ruff/expression/fstring.py @@ -215,7 +215,7 @@ f"aaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbb ccccccccccc { variable:.3f} ddddddddddddddd eeeeeeee" -# But, if it's triple-quoted then we can't other the format specificer will have a +# But, if it's triple-quoted then we can't or the format specificer will have a # trailing newline f"""aaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbb ccccccccccc { variable:.3f} ddddddddddddddd eeeeeeee"""