Add ending newlines

This commit is contained in:
Mieszko Grodzicki 2023-02-20 19:53:29 +01:00 committed by Predrag Gruevski
parent 893685e69b
commit 93ad2d92a3
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ inputs:
default: false
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

View file

@ -121,4 +121,4 @@ async function main() {
}
}
main();
main();

View file

@ -7,4 +7,4 @@
"include": [
"src/**/*.ts"
]
}
}