Skip to content

Commit

Permalink
gofmt -s -w .
Browse files Browse the repository at this point in the history
Damn it.
  • Loading branch information
Francisco Souza committed Nov 6, 2017
1 parent 6511c74 commit 045cb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/redis/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/NYTimes/video-transcoding-api/config"
"github.com/NYTimes/video-transcoding-api/db"
"github.com/NYTimes/video-transcoding-api/db/redis/storage"
"github.com/kr/pretty"
"github.com/go-redis/redis"
"github.com/kr/pretty"
)

func TestCreateJob(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion provider/zencoder/zencoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/NYTimes/video-transcoding-api/db/redis/storage"
"github.com/NYTimes/video-transcoding-api/provider"
"github.com/flavioribeiro/zencoder"
"github.com/kr/pretty"
redisDriver "github.com/go-redis/redis"
"github.com/kr/pretty"
)

func TestFactoryIsRegistered(t *testing.T) {
Expand Down

0 comments on commit 045cb4d

Please sign in to comment.