Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Dec 20, 2024
1 parent 5aee9cf commit db57118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion execute/outcome.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package execute
import (
"context"
"fmt"
"github.com/smartcontractkit/chainlink-ccip/execute/internal"
"sort"

"github.com/smartcontractkit/chainlink-ccip/execute/internal"

mapset "github.com/deckarep/golang-set/v2"

"github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3types"
Expand Down
3 changes: 2 additions & 1 deletion execute/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"context"
"encoding/hex"
"fmt"
"github.com/smartcontractkit/chainlink-ccip/execute/optimizers"
"time"

"github.com/smartcontractkit/chainlink-ccip/execute/optimizers"

mapset "github.com/deckarep/golang-set/v2"
"golang.org/x/exp/maps"

Expand Down

0 comments on commit db57118

Please sign in to comment.