aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorJoão Duarte <jvsDuarte08@gmail.com>2019-07-17 09:47:37 -0700
committerJoão Duarte <jvsDuarte08@gmail.com>2019-07-17 09:47:37 -0700
commitcbeea7c2875da04e63c97727be48eaf689fc1745 (patch)
treed2d3c0b07363c38cc08f5fc0c274867f6525a73a /prosodyctl
parent5fa25a8910bcb012944b3abbc23b5904e8df46a1 (diff)
downloadprosody-cbeea7c2875da04e63c97727be48eaf689fc1745.tar.gz
prosody-cbeea7c2875da04e63c97727be48eaf689fc1745.zip
prosodyctl: Removed trailing whitespaces
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index dea588a2..477ddcfe 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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