Skip to content

Commit 220b879

Browse files
committed
add newlines
1 parent 0e63ff0 commit 220b879

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/logging-bunyan/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ LoggingBunyan.prototype.write = function(rec) {
131131
this.log_[level](entry, function() {});
132132
};
133133

134-
module.exports = LoggingBunyan;
134+
module.exports = LoggingBunyan;

packages/logging-bunyan/system-test/logging-bunyan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ describe('LoggingBunyan', function() {
9393
});
9494

9595
});
96-
});
96+
});

0 commit comments

Comments
 (0)