Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed May 17, 2024
1 parent 704f4f1 commit 1ba2d20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Lib/fontbakery/checks/universal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,10 @@ def shape(text):

# Even though the font contains the allah ligature, it's generally not used
if shape("الله") != allah_glyphname:
yield PASS, "The allah ligature is present but not substituted for plain 'allah' input string."
yield PASS, (
"The allah ligature is present but not substituted for "
"plain 'allah' input string."
)
return

# The allah ligature is used, so we need to check if it's correctly formed
Expand Down

0 comments on commit 1ba2d20

Please sign in to comment.