mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-05 04:15:35 -04:00
Fix formatting
This commit is contained in:
parent
df8a6ee6da
commit
9ea26474b4
@ -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"]?
|
||||
|
Loading…
x
Reference in New Issue
Block a user