From f80e86f9c335841eb68f8eca70ba7f522e3ac4b7 Mon Sep 17 00:00:00 2001 From: Lasith Koswatta Gamage Date: Thu, 4 Jan 2024 11:35:29 +1100 Subject: [PATCH] (fix): Add missing EOLs --- .gitignore | 2 +- build/coverage.sh | 2 +- configs/ubuntu.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 713ba9c..1dbbea6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /ebs-bootstrap* -coverage.* \ No newline at end of file +coverage.* diff --git a/build/coverage.sh b/build/coverage.sh index 60056fd..fca786a 100755 --- a/build/coverage.sh +++ b/build/coverage.sh @@ -11,4 +11,4 @@ rm -rf coverage.out # The HTML file can either be opened locally or served through HTTP using a CLI tool like miniserve # https://github.com/svenstaro/miniserve. The latter is great if you are work -# e.g `miniserve coverage.html` \ No newline at end of file +# e.g `miniserve coverage.html` diff --git a/configs/ubuntu.yml b/configs/ubuntu.yml index 7fe445b..7095386 100644 --- a/configs/ubuntu.yml +++ b/configs/ubuntu.yml @@ -6,4 +6,4 @@ devices: group: ubuntu user: ubuntu permissions: 0644 - resizeFs: true \ No newline at end of file + resizeFs: true