Skip to content

Commit

Permalink
Merge pull request dwaite#28 from utilum/indent
Browse files Browse the repository at this point in the history
warning: mismatched indentations at 'end' with 'else'
  • Loading branch information
dwaite authored Aug 19, 2019
2 parents d335a18 + 5f85661 commit 675ede6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cookiejar/cookie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def should_send?(request_uri, script)
'/'
else
uri.path
end
end
path_match = path.start_with? @path
secure_match = !(@secure && uri.scheme == 'http')
script_match = !(script && @http_only)
Expand Down
2 changes: 1 addition & 1 deletion lib/cookiejar/jar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_cookies(request_uri, opts = {})
'/'
else
uri.path
end
end

results = []
hosts.each do |host|
Expand Down

0 comments on commit 675ede6

Please sign in to comment.