mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Minor space nit in test/test.js. [ci skip]
This commit is contained in:
@@ -1955,7 +1955,7 @@
|
||||
.map(square)
|
||||
.value();
|
||||
|
||||
assert.deepEqual(actual,[25, 16, 9, 4]);
|
||||
assert.deepEqual(actual, [25, 16, 9, 4]);
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user