mirror of
https://github.com/vale981/stream
synced 2025-03-04 17:41:38 -05:00
minor formatting
This commit is contained in:
parent
b52a412b7d
commit
47108567e7
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@
|
||||||
[proc]
|
[proc]
|
||||||
(debug "Removing process with ID:" (:id proc))
|
(debug "Removing process with ID:" (:id proc))
|
||||||
(let [{:keys [unit-name monitor]} proc
|
(let [{:keys [unit-name monitor]} proc
|
||||||
[monitor close] monitor]
|
[monitor close] monitor]
|
||||||
(close! (:supervisor proc))
|
(close! (:supervisor proc))
|
||||||
(sys/remove-service! unit-name)
|
(sys/remove-service! unit-name)
|
||||||
(close)
|
(close)
|
||||||
|
|
Loading…
Add table
Reference in a new issue