Skip to content

Commit 1261631

Browse files
fix: prettier first
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 9822db9 commit 1261631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/file_system_tests.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ describe('lib', () => {
195195
describe('setFileContents', async () => {
196196
const fs = new FileSystem(__dirname)
197197
const filePath = path.resolve(__dirname, 'text_file_for_test.txt')
198-
let contents;
199-
198+
let contents
199+
200200
before(async () => {
201201
contents = await realFs.promises.readFile(filePath, 'utf8')
202202
})

0 commit comments

Comments
 (0)