Skip to content

Commit cb9432e

Browse files
committed
style: lint
1 parent 4570195 commit cb9432e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/verrou/test_helpers/null_store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Duration, LockStore } from '../src/types/main.js'
1+
import type { LockStore } from '../src/types/main.js'
22

33
export class NullStore implements LockStore {
44
async save(_key: string): Promise<boolean> {

0 commit comments

Comments
 (0)