Code formatting improvement

This commit is contained in:
MarcinZiabek
2023-03-06 21:42:32 +01:00
parent 65e5d36ded
commit 455d187897
@@ -87,9 +87,7 @@ namespace QuestPDF.Elements.Text
}
if (Settings.CheckIfAllTextGlyphsAreAvailable)
{
throw CreateNotMatchingFontException(codepoint);
}
return fallbackOptions.First();
}