Skip to content

Commit

Permalink
Fix gofmt/goimports issue
Browse files Browse the repository at this point in the history
Run gofmt and goimports to harmonise all imports.
  • Loading branch information
HeavyWombat committed Sep 4, 2020
1 parent ccfad22 commit d9cb0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

. "github.com/gorilla/mux"
. "github.com/gonvenience/ytbx"
. "github.com/gorilla/mux"
)

var _ = Describe("Input test cases", func() {
Expand Down

0 comments on commit d9cb0ce

Please sign in to comment.