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 14, 2020
1 parent e9b7812 commit a767f6d
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 @@ -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",
Expand Down

0 comments on commit a767f6d

Please sign in to comment.