Add ending line to variables/constant.py

pull/565/head
Josselin 4 years ago
parent de7b81fee4
commit bfaaf742f0
  1. 2
      slither/slithir/variables/constant.py

@ -81,4 +81,4 @@ class Constant(SlithIRVariable):
return self.value < other
def __repr__(self):
return "%s" % (str(self.value))
return "%s" % (str(self.value))

Loading…
Cancel
Save