diff --git a/fuzzing/testdata/contracts/slither/slither.sol b/fuzzing/testdata/contracts/slither/slither.sol index cf50bedc..76a4fc06 100644 --- a/fuzzing/testdata/contracts/slither/slither.sol +++ b/fuzzing/testdata/contracts/slither/slither.sol @@ -15,4 +15,4 @@ contract TestContract { string memory str = "Hello World!"; assert(false); } -} \ No newline at end of file +}