Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Sep 26, 2023
1 parent 81d528f commit 998c4db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Lib/fontmake/instantiator.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ def process_rules_swaps(rules, location, glyphNames):
swap_exists = pair in swaps
if swap_exists:
logging.warning(
"Duplicate rule for %s in location %s",
pair,
location
"Duplicate rule for %s in location %s", pair, location
)
if oldName in glyphNames and not swap_exists:
swaps.append(pair)
Expand Down

0 comments on commit 998c4db

Please sign in to comment.