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