Skip to content

Commit 54b47c6

Browse files
author
Artem Chistyakov
committed
Fix a code formatting issue.
1 parent a72ec5c commit 54b47c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mysql_queue/core.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
(stop [worker timeout-secs]))
2121

2222
(defrecord Worker [db-conn input-chan status consumer-threads scheduler-thread recovery-thread options]
23-
Stoppable (stop [this timeout-secs]
23+
Stoppable
24+
(stop [this timeout-secs]
2425
(when (= :running @status)
2526
(swap! status (constantly :stopped))
2627
(close! input-chan)

0 commit comments

Comments
 (0)