Skip to content

Commit 90bd615

Browse files
committed
font test formatting fix.
1 parent de2473f commit 90bd615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/font_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ def test_outline_property_stub(self):
739739
with self.assertRaises(pygame.error):
740740
_ = f.outline
741741

742-
743742
def test_font_name(self):
744743
f = pygame_font.Font(None, 20)
745744
self.assertEqual(f.name, "FreeSans")

0 commit comments

Comments
 (0)