Skip to content

Commit e958562

Browse files
author
John Haley
committed
Fix some formatting
1 parent 367e053 commit e958562

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/tests/repository.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ describe("Repository", function() {
266266
);
267267
})
268268
.then(function(oidResult) {
269-
return repo.getHeadCommit()
270-
.then(function(commit) {
271-
assert.equal(
272-
commit.toString(),
273-
oidResult.toString()
274-
);
275-
});
269+
return repo.getHeadCommit()
270+
.then(function(commit) {
271+
assert.equal(
272+
commit.toString(),
273+
oidResult.toString()
274+
);
275+
});
276276
});
277277
});
278278

0 commit comments

Comments
 (0)