Skip to content

Commit

Permalink
fix: fixed trailing comma of comment
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
  • Loading branch information
FUSAKLA committed Jul 8, 2020
1 parent b2db5d8 commit 38bfcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/objstore/swift/swift.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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",
Expand Down

0 comments on commit 38bfcce

Please sign in to comment.