Skip to content

Commit 2462a47

Browse files
committed
Make rubocop happy
1 parent 2630111 commit 2462a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/container_registry/client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Client
88
MANIFEST_VERSION = 'application/vnd.docker.distribution.manifest.v2+json'
99

1010
# Taken from: FaradayMiddleware::FollowRedirects
11-
REDIRECT_CODES = Set.new [301, 302, 303, 307]
11+
REDIRECT_CODES = Set.new [301, 302, 303, 307]
1212

1313
def initialize(base_uri, options = {})
1414
@base_uri = base_uri

0 commit comments

Comments
 (0)