lib.io: style. NFC.
authorwhitequark <cz@m-labs.hk>
Thu, 12 Sep 2019 13:51:18 +0000 (13:51 +0000)
committerwhitequark <cz@m-labs.hk>
Thu, 12 Sep 2019 13:51:18 +0000 (13:51 +0000)
nmigen/lib/io.py

index d87f809a5959507215ee0d92dce90c98dacebdb3..867c9b4ed5fe7cc826fd1b8eecd4240e59977215 100644 (file)
@@ -102,4 +102,5 @@ class Pin(Record):
         self.dir   = dir
         self.xdr   = xdr
 
-        super().__init__(pin_layout(self.width, self.dir, self.xdr), name=name, src_loc_at=src_loc_at + 1)
+        super().__init__(pin_layout(self.width, self.dir, self.xdr),
+                         name=name, src_loc_at=src_loc_at + 1)