Skip to content

Commit

Permalink
Update crates/ruff_python_formatter/resources/test/fixtures/ruff/expr…
Browse files Browse the repository at this point in the history
…ession/fstring.py

Co-authored-by: Micha Reiser <micha@reiser.io>
  • Loading branch information
dhruvmanila and MichaReiser authored Apr 26, 2024
1 parent ba88497 commit 6a2d693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 6a2d693

Please sign in to comment.