From 67484eed99fe39f5ae69a25c24418138020d15d1 Mon Sep 17 00:00:00 2001 From: Paul Fouquet Date: Fri, 13 Oct 2023 08:55:58 +1300 Subject: [PATCH] fix: missing eol --- .gitignore | 2 +- cdk8s.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04c01ba7..b9470778 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules/ -dist/ \ No newline at end of file +dist/ diff --git a/cdk8s.yaml b/cdk8s.yaml index 118b07c9..33c95dcd 100644 --- a/cdk8s.yaml +++ b/cdk8s.yaml @@ -1,2 +1,2 @@ app: npx tsx config/app.ts -language: typescript \ No newline at end of file +language: typescript