From c07f5912781fc8c73fe91350875546dbcc93fd96 Mon Sep 17 00:00:00 2001 From: Anish Naik Date: Wed, 8 Jan 2025 12:09:19 -0500 Subject: [PATCH] add newline --- fuzzing/testdata/contracts/slither/slither.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}