Ran prettier to fix build
Not sure why lefthook didn't pick this up before on my previous commit,
but manually running prettier found this.
Followup to: 893d30fb92
This commit is contained in:
parent
893d30fb92
commit
2fd654a4ae
|
@ -52,12 +52,7 @@ export default Ember.Controller.extend(
|
|||
nameFailed,
|
||||
userFieldsFailed
|
||||
) {
|
||||
return (
|
||||
usernameFailed ||
|
||||
passwordFailed ||
|
||||
nameFailed ||
|
||||
userFieldsFailed
|
||||
);
|
||||
return usernameFailed || passwordFailed || nameFailed || userFieldsFailed;
|
||||
},
|
||||
|
||||
@computed
|
||||
|
|
Loading…
Reference in New Issue