Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed May 26, 2020
1 parent 76ee44a commit 1a12142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll-include-cache/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def quick_hash(params)

md5 = Digest::MD5.new

params.each do |key, value|
params.sort.each do |_, value|
# Using the fact that Jekyll documents don't change during a build.
# Instead of calculating the hash of an entire document (expensive!)
# we just use its object id.
Expand Down

0 comments on commit 1a12142

Please sign in to comment.