From 91406124c677b01d2568ca2348f355b018338842 Mon Sep 17 00:00:00 2001 From: Marson Kotovi4 <137284002+MarsonKotovi4@users.noreply.github.com> Date: Sat, 18 Jan 2025 09:09:59 +0200 Subject: [PATCH] Update Stateless.sol --- contracts/mocks/Stateless.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mocks/Stateless.sol b/contracts/mocks/Stateless.sol index 91787e0c539..0bc89e4ceb7 100644 --- a/contracts/mocks/Stateless.sol +++ b/contracts/mocks/Stateless.sol @@ -2,7 +2,7 @@ pragma solidity ^0.8.24; -// We keep these imports and a dummy contract just so we can run the test suite after transpilation. +// We keep these imports and a dummy contract just to we can run the test suite after transpilation. import {Address} from "../utils/Address.sol"; import {Arrays} from "../utils/Arrays.sol";