From fef402a41b95f8624aaec6d1595359ba16d6690c Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Fri, 12 Jan 2018 11:51:31 +0200 Subject: [PATCH] lint: fix missing whitespace errors --- .../dataentry/dataentry-signup/dataentry-signup.component.ts | 2 +- .../dataentry-sociallogin/dataentry-sociallogin.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts index 40cec490..e432a11c 100644 --- a/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts +++ b/app/common-screens-category/dataentry/dataentry-signup/dataentry-signup.component.ts @@ -9,7 +9,7 @@ import { ObservableArray } from "data/observable-array"; }) export class SignupDataEntryExampleComponent { // >> dataentry-signup-code - public secureproperty= true; + public secureproperty = true; public onFacebookLoginTap() { console.log("login with facebook"); diff --git a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts index 1c7afac6..62fc5bf5 100644 --- a/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts +++ b/app/common-screens-category/dataentry/dataentry-sociallogin/dataentry-sociallogin.component.ts @@ -9,7 +9,7 @@ import { ObservableArray } from "data/observable-array"; }) export class SocialLoginDataEntryExampleComponent { // >> dataentry-sociallogin-code - public secureproperty= false; + public secureproperty = false; public onFacebookLoginTap() { console.log("login with facebook");