Skip to content

Commit c874105

Browse files
author
Phillip Clark
committed
fixed lint error; missing semicolon
1 parent e54b000 commit c874105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ describe('deep-diff', function() {
566566

567567
describe('regression test for issue #70', function() {
568568
var lhs = {foo: undefined };
569-
var rhs = {}
569+
var rhs = {};
570570

571571
it('should detect a difference', function() {
572572
var diff = deep.diff(lhs, rhs);

0 commit comments

Comments
 (0)