From a767f6dd1dde3724a22e38db364616d59626bd38 Mon Sep 17 00:00:00 2001 From: Martin Chodur Date: Thu, 2 Jul 2020 23:25:35 +0200 Subject: [PATCH] fix: fixed trailing comma of comment Signed-off-by: Martin Chodur --- pkg/objstore/swift/swift.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/objstore/swift/swift.go b/pkg/objstore/swift/swift.go index 0af0022c31b..e2ce0d89292 100644 --- a/pkg/objstore/swift/swift.go +++ b/pkg/objstore/swift/swift.go @@ -31,7 +31,7 @@ import ( const DirDelim = '/' var DefaultConfig = Config{ - AuthVersion: 0, // Means autodetect of the auth API version by the library + AuthVersion: 0, // Means autodetect of the auth API version by the library. ChunkSize: 1024 * 1024 * 1024, Retries: 3, ConnectTimeout: "10s",