Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara committed Oct 23, 2024
1 parent 470b448 commit 820b75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/scripts/ccip/liquiditymanager/arb/finalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var (
NodeConfirmedTopic = arbitrum_rollup_core.ArbRollupCoreNodeConfirmed{}.Topic()
)

// nolint
// function executeTransaction(
//
// bytes32[] calldata proof,
Expand Down
1 change: 1 addition & 0 deletions core/scripts/ccip/liquiditymanager/arb/send_to_l2.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var (
nodeInterfaceABI = abihelpers.MustParseABI(arb_node_interface.NodeInterfaceMetaData.ABI)
)

// nolint
func SendToL2(
env multienv.Env,
l1ChainID,
Expand Down

0 comments on commit 820b75b

Please sign in to comment.