lib.io: style. NFC.

This commit is contained in:
whitequark 2019-09-12 13:51:18 +00:00
parent 9893e3c044
commit 73244f2bd2

View 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)