Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fix whitespace for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Blackstone committed Jun 19, 2017
1 parent d6d2ae5 commit 4917566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class Logger extends Writable {
if (this.withLevel && lvlName) {
modifiedLog.unshift(lvlName);
}

if (this.withHostname) {
modifiedLog.unshift(os.hostname());
}
Expand Down Expand Up @@ -654,7 +654,7 @@ class Logger extends Writable {
}

get withHostname() {
return this._withHostname;
return this._withHostname;
}

set withHostname(val) {
Expand Down

0 comments on commit 4917566

Please sign in to comment.