Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots committed Feb 13, 2017
1 parent 0e63ff0 commit 220b879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/logging-bunyan/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ LoggingBunyan.prototype.write = function(rec) {
this.log_[level](entry, function() {});
};

module.exports = LoggingBunyan;
module.exports = LoggingBunyan;
2 changes: 1 addition & 1 deletion packages/logging-bunyan/system-test/logging-bunyan.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ describe('LoggingBunyan', function() {
});

});
});
});

0 comments on commit 220b879

Please sign in to comment.