# HG changeset patch # User Matthew Wild # Date 1533550925 -3600 # Node ID a4a923e493da7fab45c4643c8968e412f8f4b663 # Parent decad04ec1842c0ea87a1f7cfae539f538e7d651 pubsub.lib: Code formatting change diff -r decad04ec184 -r a4a923e493da plugins/mod_pubsub/pubsub.lib.lua --- a/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 08:39:46 2018 +0100 +++ b/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 11:22:05 2018 +0100 @@ -77,11 +77,11 @@ name = "pubsub#access_model"; label = "Specify the subscriber model"; options = { - { value = "authorize" }, - { value = "open" }, - { value = "presence" }, - { value = "roster" }, - { value = "whitelist" }, + { value = "authorize" }; + { value = "open" }; + { value = "presence" }; + { value = "roster" }; + { value = "whitelist" }; }; }; {