mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Fix fmt error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user