From 045cb4d1f44d289a80b5966965cc993641dd7e2c Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 6 Nov 2017 15:52:33 -0500 Subject: [PATCH] gofmt -s -w . Damn it. --- db/redis/job_test.go | 2 +- provider/zencoder/zencoder_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/redis/job_test.go b/db/redis/job_test.go index c0387fc2..cec8394f 100644 --- a/db/redis/job_test.go +++ b/db/redis/job_test.go @@ -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) { diff --git a/provider/zencoder/zencoder_test.go b/provider/zencoder/zencoder_test.go index 47012bcb..aaf8a7a8 100644 --- a/provider/zencoder/zencoder_test.go +++ b/provider/zencoder/zencoder_test.go @@ -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) {