Skip to content

Commit cb8fa8f

Browse files
author
Greg Brooks
committed
Fix formatting (#1956)
1 parent 4edec6d commit cb8fa8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def test_state_with_enum(self):
232232
assert isinstance(state, can.BusState)
233233
assert state == expected_state
234234

235+
235236
class TestChannel2Int(unittest.TestCase):
236237
def test_channel2int(self) -> None:
237238
self.assertEqual(0, channel2int("can0"))

0 commit comments

Comments
 (0)