Typo & indentation

This commit is contained in:
erwanlr
2012-12-20 16:57:17 +01:00
parent 42ee4b9183
commit 6df6cdc997
3 changed files with 16 additions and 16 deletions

View File

@@ -86,7 +86,7 @@ module WebSite
redirection redirection
end end
# Returns the MD5 hash of the page given by url # Return the MD5 hash of the page given by url
def self.page_hash(url) def self.page_hash(url)
Digest::MD5.hexdigest(Browser.instance.get(url).body) Digest::MD5.hexdigest(Browser.instance.get(url).body)
end end