ソースを参照

Code formatting improvement

MarcinZiabek 2 年 前
コミット
455d187897
1 ファイル変更0 行追加2 行削除
  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)
-                {
                     throw CreateNotMatchingFontException(codepoint);
-                }
 
                 return fallbackOptions.First();
             }