From: whitequark Date: Thu, 12 Sep 2019 13:51:18 +0000 (+0000) Subject: lib.io: style. NFC. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f865e02656683e6f1820a3d3e7c14a32c65f34db;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)