Skip to content

Commit

Permalink
Manual cleanup of mat2graph-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Jan 2, 2021
1 parent f1db7c4 commit f05d920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mat2graph-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.mat2graph');

Expand Down

0 comments on commit f05d920

Please sign in to comment.