From 47a1a3d73019d0eaedf59578857b3b195fd4e27b Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 29 Aug 2022 11:58:42 +0200 Subject: [PATCH] Make prettier happy --- .../discourse/controllers/admin-wizards-wizard.js.es6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/controllers/admin-wizards-wizard.js.es6 b/assets/javascripts/discourse/controllers/admin-wizards-wizard.js.es6 index b665b8d5..fa98ae70 100644 --- a/assets/javascripts/discourse/controllers/admin-wizards-wizard.js.es6 +++ b/assets/javascripts/discourse/controllers/admin-wizards-wizard.js.es6 @@ -21,5 +21,6 @@ export default Controller.extend({ return key; }, - messageUrl: "https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation", + messageUrl: + "https://plugins.discourse.pavilion.tech/c/discourse-custom-wizard/documentation", });