format code

This commit is contained in:
Kanezoh 2021-08-22 09:47:57 +09:00
parent ae0650d2be
commit b98bb4eb2d

View File

@ -126,7 +126,7 @@ class Mechanize
# download page body from given uri. # download page body from given uri.
# TODO: except this request from history. # TODO: except this request from history.
def download(uri, def download(uri,
filename, filename,
headers = HTTP::Headers.new, headers = HTTP::Headers.new,
params : Hash(String, String | Array(String)) = Hash(String, String).new) params : Hash(String, String | Array(String)) = Hash(String, String).new)