From 6cae9e2f2905d8d863ec59a7f90888ce904dcbb9 Mon Sep 17 00:00:00 2001 From: three9s <156545083+three9s@users.noreply.github.com> Date: Sat, 7 Dec 2024 08:14:10 -0800 Subject: [PATCH] Update Actions.sol --- src/libraries/Actions.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Actions.sol b/src/libraries/Actions.sol index 3da4ebfc..a33c4e87 100644 --- a/src/libraries/Actions.sol +++ b/src/libraries/Actions.sol @@ -46,4 +46,4 @@ library Actions { // note this is not supported in the position manager or router uint256 internal constant MINT_6909 = 0x17; uint256 internal constant BURN_6909 = 0x18; -} \ No newline at end of file +}