Skip to content

Commit

Permalink
Fix goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTei committed Jun 20, 2024
1 parent c4cb738 commit 80c14a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/faultproofs/precompile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/ethereum-optimism/optimism/op-challenger/game/fault/trace/vm"
"math"
"path/filepath"
"testing"
Expand All @@ -13,6 +12,7 @@ import (
"github.com/ethereum-optimism/asterisc/rvgo/fast"
"github.com/ethereum-optimism/optimism/op-challenger/config"
"github.com/ethereum-optimism/optimism/op-challenger/game/fault/trace/utils"
"github.com/ethereum-optimism/optimism/op-challenger/game/fault/trace/vm"
op_e2e "github.com/ethereum-optimism/optimism/op-e2e"
"github.com/ethereum-optimism/optimism/op-e2e/e2eutils/wait"

Expand Down

0 comments on commit 80c14a7

Please sign in to comment.