Skip to content

Commit

Permalink
Manual cleanup of laplacian-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Jan 2, 2021
1 parent 162db7f commit bb55344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/laplacian-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const reorder = require('../dist/reorder.cjs');

const vows = require('vows'),
assert = require('assert');
const vows = require('vows');
const assert = require('assert');

const suite = vows.describe('reorder.laplacian');

Expand Down

0 comments on commit bb55344

Please sign in to comment.