From: whitequark Date: Thu, 12 Sep 2019 13:51:18 +0000 (+0000) Subject: lib.io: style. NFC. X-Git-Tag: v0.1rc1~111 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73244f2bd25b41c84d0cd55b5065464d596df773;p=nmigen.git lib.io: style. NFC. --- diff --git a/nmigen/lib/io.py b/nmigen/lib/io.py index d87f809..867c9b4 100644 --- a/nmigen/lib/io.py +++ b/nmigen/lib/io.py @@ -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)