Skip to content

Commit 21b9c62

Browse files
committed
Reformatted per pre-commit
1 parent 84396c9 commit 21b9c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/bdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _verify_bounding_box(self):
104104
raise Exception(
105105
"Source file does not have the FOUNTBOUNDINGBOX parameter"
106106
) from error
107-
107+
108108
def _readline_file(self):
109109
line = self.file.readline()
110110
return str(line, "utf-8")

0 commit comments

Comments
 (0)