Skip to content

Commit 58070be

Browse files
committed
Small, purely cosmetic improvemnts
1 parent dca3dae commit 58070be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/moira/event.clj

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(ns moira.event)
22

3+
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
34
(defn read-event-id [form]
45
`(if (string? ~form)
56
(moira.event/string->event-id ~form)

src/moira/module.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(s/def ::start ifn?)
1111
(s/def ::state any?)
1212
(s/def ::stop ifn?)
13-
(s/def ::tags (s/nilable set?)) ;; gets set by the lifecycle fns, not in the initial, user-provided system-map
13+
(s/def ::tags set?)
1414
(s/def ::module
1515
(s/keys :opt-un [::deps
1616
::export

0 commit comments

Comments
 (0)