Fix import order (#324)

Signed-off-by: anirudhramnath <anirudh.ramnath@live.com>
This commit is contained in:
anirudhramnath 2021-05-13 18:29:54 -07:00 committed by GitHub
parent 54e198eaa9
commit 112dacd239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
package tools
import (
_ "k8s.io/code-generator"
_ "github.com/onsi/ginkgo/ginkgo"
_ "k8s.io/code-generator"
)