From fa08bf3545e28fc0f89e9befc14d81a17853c488 Mon Sep 17 00:00:00 2001 From: elpekenin Date: Mon, 11 Dec 2023 23:29:46 +0100 Subject: [PATCH] Remove extra newline --- lib/python/qmk/painter_qff.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/qmk/painter_qff.py b/lib/python/qmk/painter_qff.py index ecf1347b9cf..f7f8a264930 100644 --- a/lib/python/qmk/painter_qff.py +++ b/lib/python/qmk/painter_qff.py @@ -238,7 +238,6 @@ class QFFFont: exit(1) glyph_pixel_offsets.append(x) - width = x - last_offset if width > QFFGlyphInfo.GLYPH_WIDTH_MASK: self.logger.error("A glyph is too wide for QFF's encoding")