diff --git a/slither/slithir/variables/constant.py b/slither/slithir/variables/constant.py index ff38aeb17..5de70d0a9 100644 --- a/slither/slithir/variables/constant.py +++ b/slither/slithir/variables/constant.py @@ -81,4 +81,4 @@ class Constant(SlithIRVariable): return self.value < other def __repr__(self): - return "%s" % (str(self.value)) \ No newline at end of file + return "%s" % (str(self.value))