Fix fmt error

This commit is contained in:
David Zhang
2016-07-14 12:00:19 +08:00
parent b1f9a0809c
commit e503c17dfa

View File

@@ -273,7 +273,8 @@ module Jekyll
begin
input.to_i
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