mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
global: pep8 (E222)
This commit is contained in:
parent
69764f2e22
commit
728c15213f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def _format_lpf(signame, pin, others, resname):
|
|||
fmt_c = [_format_constraint(c) for c in ([Pins(pin)] + others)]
|
||||
r = ""
|
||||
for pre, suf in fmt_c:
|
||||
r += pre + "\""+ signame +"\"" + suf + ";\n"
|
||||
r += pre + "\"" + signame + "\"" + suf + ";\n"
|
||||
return r
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue