fix: remove unnecessary newlines in myt-run.js

This commit is contained in:
Alex Moreno 2025-05-16 12:14:16 +02:00
parent 0cda39f1d2
commit 3ce9efa4f2
1 changed files with 1 additions and 3 deletions

View File

@ -239,6 +239,4 @@ class Run extends Command {
module.exports = Run;
if (require.main === module)
new Myt().cli(Run);
new Myt().cli(Run);