Skip to content

Commit 6606cfb

Browse files
committed
whitespace woes, whoa
1 parent 899e69b commit 6606cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_history/tests/tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def test_signal_is_able_to_retrieve_request_from_thread(self):
11291129
poll_history = polls[0].history.first()
11301130
self.assertEqual('127.0.0.1', poll_history.ip_address)
11311131

1132-
1132+
11331133
class WarningOnAbstractModelWithInheritFalseTest(TestCase):
11341134
def test_warning_on_abstract_model_with_inherit_false(self):
11351135

0 commit comments

Comments
 (0)