Skip to content

Commit

Permalink
mod_mam: fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Aug 11, 2018
1 parent 1af1afe commit bf965c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mam/mod_mam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local forbid_purge = module:get_option_boolean("mam_forbid_purge", false);

local mamlib = module:require("mam");
local validate_query = module:require("validate").validate_query;
local initialize_storage, save_stores = mamlib.initialize_storage, mamlib.save_stores;
local initialize_storage, save_stores = mamlib.initialize_storage, mamlib.save_stores;
local get_prefs, set_prefs = mamlib.get_prefs, mamlib.set_prefs;
local fields_handler, generate_stanzas, process_message, purge_messages =
mamlib.fields_handler, mamlib.generate_stanzas, mamlib.process_message, mamlib.purge_messages;
Expand Down

0 comments on commit bf965c1

Please sign in to comment.