diff --git a/nand2vm/gate/const.py b/nand2vm/gate/const.py index 65e08d6..fe75c08 100644 --- a/nand2vm/gate/const.py +++ b/nand2vm/gate/const.py @@ -8,4 +8,4 @@ from ..bitarray import BitArray TRUE = BitArray(2 ** BitArray.DEFAULT_BITS - 1) -FALSE = BitArray(0) \ No newline at end of file +FALSE = BitArray(0)