From bb0349e610509e99137009e0b5027efd555a7401 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Wed, 21 Aug 2024 22:32:15 +0400 Subject: [PATCH] lint --- test/src/lib/op/math/LibOpPow.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/lib/op/math/LibOpPow.t.sol b/test/src/lib/op/math/LibOpPow.t.sol index d26c3a439..db9551249 100644 --- a/test/src/lib/op/math/LibOpPow.t.sol +++ b/test/src/lib/op/math/LibOpPow.t.sol @@ -1,5 +1,5 @@ -// // SPDX-License-Identifier: CAL -// pragma solidity =0.8.25; +// SPDX-License-Identifier: CAL +pragma solidity =0.8.25; // import {OpTest, IntegrityCheckStateNP, Operand, InterpreterStateNP, UnexpectedOperand} from "test/abstract/OpTest.sol"; // import {LibOpPow} from "src/lib/op/math/LibOpPow.sol";