Skip to content

Commit

Permalink
Fix file format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Jun 11, 2024
1 parent 2e677f0 commit 76e168b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions v2/tools/generator/internal/astmodel/test_file_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ package astmodel
import (
"cmp"
"go/token"
"golang.org/x/exp/slices"

"github.com/dave/dst"
"github.com/pkg/errors"
"golang.org/x/exp/slices"
kerrors "k8s.io/apimachinery/pkg/util/errors"

"github.com/dave/dst"
)

// TestFileDefinition defines the content of a test file we're generating
Expand Down

0 comments on commit 76e168b

Please sign in to comment.