diff options
author | Nick White <git@njw.name> | 2021-11-23 11:01:17 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-11-23 11:01:17 +0000 |
commit | ecc7e3e9e49d58c9bc22784a96279c4d5ba814a2 (patch) | |
tree | 9576b315dab658cdaaa8de19f500a6a344b0c10d /internal/pipeline/put_test.go | |
parent | d4e90332b1ac2d2cd06ad2fe1c0fcdfc0b690e99 (diff) |
gofmt, plus update documentation of recently changed pipeline.UploadImages
Diffstat (limited to 'internal/pipeline/put_test.go')
-rw-r--r-- | internal/pipeline/put_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pipeline/put_test.go b/internal/pipeline/put_test.go index 5fb5b43..66fa0c2 100644 --- a/internal/pipeline/put_test.go +++ b/internal/pipeline/put_test.go @@ -77,7 +77,7 @@ func Test_DetectQueueType(t *testing.T) { func Test_UploadImages(t *testing.T) { var slog StrLog - vlog := log.New(&slog, "", 0) + vlog := log.New(&slog, "", 0) var conns []connection conns = append(conns, connection{name: "local", c: &bookpipeline.LocalConn{Logger: vlog}}) |