Skip to content

Commit e612379

Browse files
committed
formatting
1 parent 0bd9777 commit e612379

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/rect_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,9 @@ def test_clipline__floats(self):
25832583

25842584
def testRepr(self):
25852585
rect = Rect(12.3456789, 34, 56, 78)
2586-
self.assertEqual(repr(rect), "FRect(12.345679, 34.000000, 56.000000, 78.000000)")
2586+
self.assertEqual(
2587+
repr(rect), "FRect(12.345679, 34.000000, 56.000000, 78.000000)"
2588+
)
25872589

25882590
def test_clipline__equal_endpoints_no_overlap(self):
25892591
"""Ensures clipline handles lines with both endpoints the same.

0 commit comments

Comments
 (0)