Skip to content

Commit 650856d

Browse files
committed
Trim extra whitespace.
1 parent 7484c27 commit 650856d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codespeed/tests/test_views_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_get_comparisionexes_custom_default_branch(self):
141141
self.assertEqual(exe_keys[2], '1+L+custom')
142142
self.assertEqual(exe_keys[3], '2+L+custom')
143143

144-
144+
145145
class UtilityFunctionsTestCase(TestCase):
146146
@override_settings(TIMELINE_EXECUTABLE_NAME_MAX_LEN=22)
147147
def test_get_sanitized_executable_name_for_timeline_view(self):
@@ -161,4 +161,4 @@ def test_get_sanitized_executable_name_for_comparision_view(self):
161161

162162
executable = Executable(name='b' * 25)
163163
name = get_sanitized_executable_name_for_comparison_view(executable)
164-
self.assertEqual(name, 'b' * 20 + '...')
164+
self.assertEqual(name, 'b' * 20 + '...')

0 commit comments

Comments
 (0)