Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asoliman92 committed Dec 18, 2024
1 parent 8620e76 commit be1aec5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions execute/exectypes/type_optimizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ package exectypes
import (
"encoding/json"
"fmt"
cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
"golang.org/x/exp/maps"
"sort"

"golang.org/x/exp/maps"

cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
)

type ObservationOptimizer struct {
Expand Down

0 comments on commit be1aec5

Please sign in to comment.