Skip to content

Commit eaa3ce8

Browse files
Fix a trivial code formatting inconsistency
1 parent e35c347 commit eaa3ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/patch/apply.js

+1
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ describe('patch/apply', function() {
525525
+ ' line5\n'))
526526
.to.equal(false);
527527
});
528+
528529
it('should succeed within fuzz factor', function() {
529530
expect(applyPatch(
530531
'line2\n'

0 commit comments

Comments
 (0)