From f3181c2ed35583f7cbd6a8732181c8af861f0934 Mon Sep 17 00:00:00 2001 From: z0r0z <92001561+z0r0z@users.noreply.github.com> Date: Sun, 20 Mar 2022 22:54:29 -0400 Subject: [PATCH] Update ClonesWithImmutableArgs.sol nit --- src/libraries/ClonesWithImmutableArgs.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/ClonesWithImmutableArgs.sol b/src/libraries/ClonesWithImmutableArgs.sol index b72dc2f0..0ecb48c7 100644 --- a/src/libraries/ClonesWithImmutableArgs.sol +++ b/src/libraries/ClonesWithImmutableArgs.sol @@ -1,5 +1,4 @@ // SPDX-License-Identifier: AGPL-3.0-only -// TODO(These libraries could/should be refactored to /lib) pragma solidity >=0.8.4; /// @notice Enables creating clone contracts with immutable arguments