From a3b5c6b2312888b71292d32df815c68068cab7d8 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Wed, 6 Oct 2021 08:21:08 +0300 Subject: [PATCH] chore(git): add empty line to the end of the files --- .gitignore | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba89e4c..f0a8b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ node_modules/ .env* sas/ tmp/ -build/ \ No newline at end of file +build/ diff --git a/tsconfig.json b/tsconfig.json index ad17b94..50262e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,4 +8,4 @@ "strict": true, "resolveJsonModule": true } -} \ No newline at end of file +}