Skip to content

Commit 76618dd

Browse files
authored
Fix linting
1 parent a16f22e commit 76618dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/formatTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { spawn } = require('child_process')
22
const fs = require('fs')
3-
const path = require('path');
3+
const path = require('path')
44

55
const testScript = process.argv.find((arg, i, array) => array[i - 1] === '-t')
66
const formatter = process.argv.find((arg, i, array) => array[i - 1] === '-with')

0 commit comments

Comments
 (0)