Skip to content

Commit 0610f28

Browse files
committed
Trim trailing whitespace
1 parent 62addad commit 0610f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_kvaser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_bus_no_init_access(self):
284284
self.assertGreater(canlib.canOpenChannel.call_count, 0)
285285
for call in canlib.canOpenChannel.call_args_list:
286286
self.assertEqual(
287-
call[0][1] & constants.canOPEN_NO_INIT_ACCESS,
287+
call[0][1] & constants.canOPEN_NO_INIT_ACCESS,
288288
constants.canOPEN_NO_INIT_ACCESS
289289
)
290290

0 commit comments

Comments
 (0)