From 3de3ea44d083903d3adc217b915b64c921391cd8 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Mon, 15 Feb 2021 13:41:58 +0530 Subject: [PATCH] fixed formatting for field-validators component --- .../wizard/components/field-validators.js.es6 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/wizard/components/field-validators.js.es6 b/assets/javascripts/wizard/components/field-validators.js.es6 index 51a5b126..85811076 100644 --- a/assets/javascripts/wizard/components/field-validators.js.es6 +++ b/assets/javascripts/wizard/components/field-validators.js.es6 @@ -1,9 +1,9 @@ import Component from "@ember/component"; import { observes } from "discourse-common/utils/decorators"; export default Component.extend({ - actions:{ - perform() { - this.appEvents.trigger('custom-wizard:validate'); - } + actions: { + perform() { + this.appEvents.trigger("custom-wizard:validate"); }, -}); \ No newline at end of file + }, +});