Skip to content

Commit e95fb87

Browse files
committed
fix format issues
1 parent cc7e451 commit e95fb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/adapters/memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BaseQueueAdapter } from "./base"
55
/**
66
* In-memory queue adapter for testing and development.
77
* Stores all job data in memory - data is lost when the process exits.
8-
*
8+
*
99
* @example
1010
* ```typescript
1111
* const adapter = new MemoryQueueAdapter()

0 commit comments

Comments
 (0)