Skip to content

Commit

Permalink
chore: Remove ugly newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 18, 2023
1 parent 4a33d22 commit c672efc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmds/core/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ exports.handler = async (argv) => {
return;
}

console.log('');

let epf = EASK_HOMEDIR + 'exec-path';
let lpf = EASK_HOMEDIR + 'load-path';

Expand Down
2 changes: 0 additions & 2 deletions cmds/core/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ exports.handler = async (argv) => {
return;
}

console.log('');

let epf = EASK_HOMEDIR + 'exec-path';
let lpf = EASK_HOMEDIR + 'load-path';

Expand Down

0 comments on commit c672efc

Please sign in to comment.