Skip to content

Commit 05a65fb

Browse files
committed
remove spaces
1 parent 242842f commit 05a65fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/r10k/git/rugged/working_repository.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def fetch(remote_name = 'origin')
8989
remote = remotes[remote_name]
9090
proxy = R10K::Git.get_proxy_for_remote(remote)
9191

92-
options = { :credentials => credentials, :proxy_url => proxy, :prune => true }
92+
options = {:credentials => credentials, :proxy_url => proxy, :prune => true}
9393
refspecs = ["+refs/heads/*:refs/remotes/#{remote_name}/*", '+refs/tags/*:refs/tags/*']
9494

9595
results = nil

0 commit comments

Comments
 (0)