From 27596a1624b36a036b57c5865b537783efacfda4 Mon Sep 17 00:00:00 2001 From: merefield Date: Thu, 14 Sep 2023 15:03:15 +0100 Subject: [PATCH] linting --- .../discourse/controllers/custom-wizard-step.js.es6 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 b/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 index 7b248474..f38747d1 100644 --- a/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 +++ b/assets/javascripts/discourse/controllers/custom-wizard-step.js.es6 @@ -22,7 +22,10 @@ export default Controller.extend({ }, goBack() { - this.router.transitionToRoute("customWizardStep", this.get("step.previous")); + this.router.transitionToRoute( + "customWizardStep", + this.get("step.previous") + ); }, showMessage(message) {