prosodyctl: Print a blank line to improve spacing and readability 0.11
authorKim Alvefur <zash@zash.se>
Tue, 31 Dec 2019 02:50:25 +0100
branch0.11
changeset 10582 419ac5ef2d3d
parent 10581 88daa0231a9b
child 10583 16099e8964d8
child 10585 10d6d0d91f4e
prosodyctl: Print a blank line to improve spacing and readability
prosodyctl
--- a/prosodyctl	Tue Dec 31 02:48:49 2019 +0100
+++ b/prosodyctl	Tue Dec 31 02:50:25 2019 +0100
@@ -934,6 +934,7 @@
 			end
 		end
 		if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
+			print("");
 			print("    Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
 			print("    with each other. Remove one.");
 		end