node/processor: fix linter warnings

This commit is contained in:
tbjump 2023-05-03 22:32:24 +00:00 committed by tbjump
parent b5f1622129
commit c33ceadebf
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// nolint:unparam // this will be refactored in https://github.com/wormhole-foundation/wormhole/pull/1953
package processor
import (

View File

@ -1,3 +1,4 @@
//nolint:unparam // this will be refactored in https://github.com/wormhole-foundation/wormhole/pull/1953
package processor
import (