Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xthrpw committed Jul 12, 2024
1 parent 85482b7 commit 77ce1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pubsub/publisher/event-interleaver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import BinaryHeap from 'heap-js'
import { logger } from '#/logger'
import { type Event, compareEvents } from '#/pubsub/event'
import type { EventSubscriber } from '#/pubsub/subscriber/interface'
import type { EventPublisher } from './interface'
import { sleep } from '#/utilities/index'
import type { EventPublisher } from './interface'

type ReceivedEvent = {
event: Event
Expand Down

0 comments on commit 77ce1c3

Please sign in to comment.