Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 27, 2019
1 parent 1079404 commit 0a9eec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ const errors = {
}
};

// 9 spaces for the time offset;
const timeGap = ' ';
// 9 spaces for the time offset:
const timeGap = ' '.repeat(9);

module.exports = monitor;
2 changes: 0 additions & 2 deletions lib/themes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

const color = require('cli-color');

///////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0a9eec2

Please sign in to comment.