Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 13b8321

Browse files
committed
chore: fix linting
1 parent d2426e8 commit 13b8321

File tree

1 file changed

+1
-6
lines changed
  • test/utils/interop-daemon-spawner

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
'use strict'
22

33
const os = require('os')
4-
const crypto = require('libp2p-crypto')
54
const path = require('path')
65
const hat = require('hat')
76

87
exports.tmpDir = (prefix) => {
9-
return path.join(
10-
os.tmpdir(),
11-
prefix || 'js-ipfs-interop',
12-
hat()
13-
)
8+
return path.join(os.tmpdir(), prefix || 'js-ipfs-interop', hat())
149
}

0 commit comments

Comments
 (0)