Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 14, 2023
1 parent 3c17ef5 commit 27596a1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 27596a1

Please sign in to comment.