Browse Source

Code formatting improvement

MarcinZiabek 2 years ago
parent
commit
455d187897
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/QuestPDF/Elements/Text/FontFallback.cs

+ 0 - 2
Source/QuestPDF/Elements/Text/FontFallback.cs

@@ -87,9 +87,7 @@ namespace QuestPDF.Elements.Text
                 }
                 }
 
 
                 if (Settings.CheckIfAllTextGlyphsAreAvailable)
                 if (Settings.CheckIfAllTextGlyphsAreAvailable)
-                {
                     throw CreateNotMatchingFontException(codepoint);
                     throw CreateNotMatchingFontException(codepoint);
-                }
 
 
                 return fallbackOptions.First();
                 return fallbackOptions.First();
             }
             }