Skip to content

Commit

Permalink
Fix f-string sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 3, 2024
1 parent bddd19b commit 907efcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/sync/fstring.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
similarity_algo = f"""
if (dotProduct < 0) {
if (dotProduct < 0) {{
return 1;
}
}}
"""

0 comments on commit 907efcc

Please sign in to comment.