Skip to content

Commit b025aba

Browse files
committed
Whitespace
1 parent 628a944 commit b025aba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/convenience-commit.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ exports.parents = function(test) {
230230
test.done();
231231
});
232232
});
233-
234233
});
235234
});
236235
};
@@ -252,7 +251,6 @@ exports.tree = function(test) {
252251
commitTreeEntryCount++;
253252
}).on('end', function(error, entries) {
254253
test.equals(commitTreeEntryCount, expectedCommitTreeEntryCount, 'Commit tree entry count does not match expected');
255-
256254
test.done();
257255
});
258256
});

0 commit comments

Comments
 (0)