From bd23c64a1283835f5991444bb47ec3da1895ff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 1 Jul 2024 13:05:01 +0200 Subject: Fix gophercloud lint complains --- iterator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iterator.go') 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 } -- cgit v1.2.3