whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 11 Apr 2019 06:18:09 +0000 (07:18 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 11 Apr 2019 06:18:09 +0000 (07:18 +0100)
src/add/singlepipe.py

index 137f8163a966ef71fe8018ae894c1eeb4ae7330e..291d70cbdcdc9ec8c996d068221aa7e01adcce4f 100644 (file)
@@ -358,6 +358,7 @@ class Eq(Visitor):
     def __call__(self, o, i):
         return self.visit(o, i, self)
 
+
 def eq(o, i):
     """ makes signals equal: a helper routine which identifies if it is being
         passed a list (or tuple) of objects, or signals, or Records, and calls