prosodyctl: Removed trailing whitespaces

This commit is contained in:
João Duarte 2019-07-17 09:47:37 -07:00
parent 5fa25a8910
commit cbeea7c287

View file

@ -219,7 +219,7 @@ function commands.enabled_plugins(arg)
return 1;
end
for module in modulemanager.get_modules_for_host() do
show_warning("%s", module)
show_warning("%s", module)
end
end