fixed a checkstyle issue

This commit is contained in:
hneemann 2019-07-26 14:58:29 +02:00
parent 7702e8e785
commit beadd89fa6

View File

@ -130,6 +130,7 @@ public final class GraphicsFormatter {
* @param font the font
* @param expression the expression
* @return the fragment
* @throws FormatterException FormatterException
*/
public static Fragment createFragment(FontSizer sizer, Font font, Expression expression) throws FormatterException {
if (expression instanceof Variable) {