Skip to content

Commit 9153e43

Browse files
committed
balance whitespace
1 parent d9c695f commit 9153e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-gist/gist_tag.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def code_from_api(gist_id, filename = nil)
9999
# .files is a hash of :"filename.extension" => data pairs
100100
# Rather than using to_sym on arbitrary user input,
101101
# Find our file by calling to_s on the keys
102-
match = gist.files.find { |name, data| name.to_s == filename}
102+
match = gist.files.find { |name, data| name.to_s == filename }
103103
match[1] if match
104104
end
105105

0 commit comments

Comments
 (0)