Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Feb 20, 2018
1 parent 69097aa commit 30dd868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/read-rows.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Bigtable/Table', () => {
.on('error', err => (error = err));
clock.runAll();

setImmediate(function () {
setImmediate(function() {
if (test.error) {
assert(!endCalled, `.on('end') should not have been invoked`);
assert.strictEqual(error.code, test.error);
Expand Down

0 comments on commit 30dd868

Please sign in to comment.