From 306402ee5dbf476564886b80c91b5ab7311fa737 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:43:25 +0000 Subject: [PATCH] add missing closing braces --- test/Gas.UnitTests.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Gas.UnitTests.t.sol b/test/Gas.UnitTests.t.sol index 1a3548d..0ddc3cf 100644 --- a/test/Gas.UnitTests.t.sol +++ b/test/Gas.UnitTests.t.sol @@ -196,5 +196,5 @@ contract GasTest is Test { vm.stopPrank(); } - function testGetPaymentStatus(address sender) public { + function testGetPaymentStatus(address sender) public {} }