autoformat all code
[nmutil.git] / src / nmutil / popcount.py
index cdbe3b24fa39d87750ca2424f8b79d1adb31296e..b3e3beaf084efba1351b9e0b6e0a66c20d45779c 100644 (file)
@@ -59,4 +59,3 @@ if __name__ == "__main__":
     vl = rtlil.convert(m)
     with open("test_popcount.il", "w") as f:
         f.write(vl)
-