fix: remove unnecessary newlines in myt-run.js
This commit is contained in:
parent
0cda39f1d2
commit
3ce9efa4f2
|
@ -239,6 +239,4 @@ class Run extends Command {
|
||||||
module.exports = Run;
|
module.exports = Run;
|
||||||
|
|
||||||
if (require.main === module)
|
if (require.main === module)
|
||||||
new Myt().cli(Run);
|
new Myt().cli(Run);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue