aboutsummaryrefslogtreecommitdiff
path: root/iterator.go
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:05:01 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-07-01 13:05:35 +0200
commitbd23c64a1283835f5991444bb47ec3da1895ff42 (patch)
treed548aa20b2944b578a429aeae2ac1790b6f0f69a /iterator.go
parent21ec57dc4fed205fde1890c0d7531aae6197b3db (diff)
downloadgo-schwift-bd23c64a1283835f5991444bb47ec3da1895ff42.tar.gz
Fix gophercloud lint complains
Diffstat (limited to 'iterator.go')
-rw-r--r--iterator.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/iterator.go b/iterator.go
index 6ae132b..8d451ac 100644
--- a/iterator.go
+++ b/iterator.go
@@ -33,8 +33,8 @@ type iteratorInterface interface {
getDelimiter() string
getPrefix() string
getOptions() *RequestOptions
- //putHeader initializes the AccountHeaders/ContainerHeaders field of the
- //Account/Container using the response headers from the GET request.
+ // putHeader initializes the AccountHeaders/ContainerHeaders field of the
+ // Account/Container using the response headers from the GET request.
putHeader(http.Header) error
}