Skip to content

Commit 7fd1036

Browse files
committed
Fix test
1 parent 7028519 commit 7fd1036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('linspace', function () {
4141
})
4242

4343
it("throws an error if the size of the first dimension doesn't match the number of points", function () {
44-
var x = pool.zeros([2,2])
44+
var x = pool.zeros([2, 2])
4545
assert.throws(function () {
4646
linspace(x, 0, 1, 10)
4747
}, Error, 'must match')

0 commit comments

Comments
 (0)