mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Shorten some very long lines
Prevent warnings from already defined constants when reloading
This commit is contained in:
@@ -3,7 +3,7 @@ module Plugin; end
|
||||
|
||||
class Plugin::Metadata
|
||||
|
||||
OFFICIAL_PLUGINS = Set.new([
|
||||
OFFICIAL_PLUGINS ||= Set.new([
|
||||
"customer-flair",
|
||||
"discourse-adplugin",
|
||||
"discourse-akismet",
|
||||
|
||||
Reference in New Issue
Block a user