Fix fmt error

This commit is contained in:
David Zhang 2016-07-14 12:00:19 +08:00
parent b1f9a0809c
commit e503c17dfa
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,8 @@ module Jekyll
begin begin
input.to_i input.to_i
rescue rescue
raise ArgumentError, "Object '#{input.inspect}' could not be converted into an integer." raise ArgumentError,
"Object '#{input.inspect}' could not be converted into an integer."
end end
end end