Skip to content

Commit b46213a

Browse files
committed
fix codestyle
1 parent 91906d2 commit b46213a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_transform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def test_replace_only_dst_wire(self):
258258
self.assertEqual(w4_dst_net.args, (w4, w2))
259259
self.assertEqual(w4_dst_net.dests, w1_dst_net.dests)
260260

261+
261262
class TestCloning(unittest.TestCase):
262263
def setUp(self):
263264
pyrtl.reset_working_block()

0 commit comments

Comments
 (0)