Skip to content

Commit 552f94a

Browse files
committed
Lint nits.
1 parent d8ddc1a commit 552f94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-fp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
var lodash = convert({ 'add': _.add });
241241

242242
assert.strictEqual(lodash.placeholder, lodash);
243-
assert.strictEqual(lodash.add.placeholder, lodash)
243+
assert.strictEqual(lodash.add.placeholder, lodash);
244244
}
245245
else {
246246
skipAssert(assert, 2);
@@ -641,7 +641,7 @@
641641
'curryRight',
642642
'partial',
643643
'partialRight'
644-
]
644+
];
645645

646646
_.each(methodNames, function(methodName) {
647647
var func = fp[methodName];

0 commit comments

Comments
 (0)