Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed Jul 3, 2017
1 parent 51111ce commit fea585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nand2vm/gate/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from ..bitarray import BitArray

TRUE = BitArray(2 ** BitArray.DEFAULT_BITS - 1)
FALSE = BitArray(0)
FALSE = BitArray(0)

0 comments on commit fea585b

Please sign in to comment.