diff options
author | João Duarte <jvsDuarte08@gmail.com> | 2019-07-17 09:47:37 -0700 |
---|---|---|
committer | João Duarte <jvsDuarte08@gmail.com> | 2019-07-17 09:47:37 -0700 |
commit | cbeea7c2875da04e63c97727be48eaf689fc1745 (patch) | |
tree | d2d3c0b07363c38cc08f5fc0c274867f6525a73a /prosodyctl | |
parent | 5fa25a8910bcb012944b3abbc23b5904e8df46a1 (diff) | |
download | prosody-cbeea7c2875da04e63c97727be48eaf689fc1745.tar.gz prosody-cbeea7c2875da04e63c97727be48eaf689fc1745.zip |
prosodyctl: Removed trailing whitespaces
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |