Skip to content

Commit 8eac437

Browse files
committed
font test formatting fix.
1 parent 16b5976 commit 8eac437

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
@@ -742,7 +742,6 @@ def test_outline_property_stub(self):
742742
with self.assertRaises(pygame.error):
743743
_ = f.outline
744744

745-
746745
def test_font_name(self):
747746
f = pygame_font.Font(None, 20)
748747
self.assertEqual(f.name, "FreeSans")

0 commit comments

Comments
 (0)