2
0
Эх сурвалжийг харах

Code formatting improvement

MarcinZiabek 2 жил өмнө
parent
commit
455d187897

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

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