Fix formatting

This commit is contained in:
Alex Ling 2020-07-23 16:48:38 +00:00
parent df8a6ee6da
commit 9ea26474b4

View File

@ -168,8 +168,8 @@ class Plugin
raise "Field `id` missing from `search` outputs" if id.nil?
unless id.to_s.alphanumeric_underscore?
raise "The `id` field can only contain alphanumeric characters and " \
"underscores"
raise "The `id` field can only contain alphanumeric characters " \
"and underscores"
end
title = obj["title"]?