Fix fmt error
This commit is contained in:
parent
b1f9a0809c
commit
e503c17dfa
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue