From eaef7e49c0e995712a9a17a5e63b3d1f692c6b5d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 17 Jul 2020 19:39:27 -0300 Subject: [PATCH] fix(all): Code formatting. --- packages/admin.gbapp/dialogs/AdminDialog.ts | 2 +- packages/core.gbapp/services/GBCoreService.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/admin.gbapp/dialogs/AdminDialog.ts b/packages/admin.gbapp/dialogs/AdminDialog.ts index 73e5fa57..fd4d85de 100644 --- a/packages/admin.gbapp/dialogs/AdminDialog.ts +++ b/packages/admin.gbapp/dialogs/AdminDialog.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | | diff --git a/packages/core.gbapp/services/GBCoreService.ts b/packages/core.gbapp/services/GBCoreService.ts index fb129e3c..2cf74d58 100644 --- a/packages/core.gbapp/services/GBCoreService.ts +++ b/packages/core.gbapp/services/GBCoreService.ts @@ -609,8 +609,4 @@ STORAGE_SYNC=true return new Number(value ? defaultValue : (defaultValue ? defaultValue : 0)); } } - - - - }