mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
📎 Fix minnor cosmetic issue on instant and duration pretty printing
This commit is contained in:
parent
9143639357
commit
2818666a1a
@ -128,7 +128,8 @@
|
||||
|
||||
(extend-protocol fez/IEdn
|
||||
Duration
|
||||
(-edn [o] (pr-str o)))
|
||||
(-edn [o]
|
||||
(tagged-literal 'app/duration (str o))))
|
||||
|
||||
(defn format-duration
|
||||
[o]
|
||||
@ -218,7 +219,7 @@
|
||||
|
||||
(extend-protocol fez/IEdn
|
||||
Instant
|
||||
(-edn [o] (pr-str o)))
|
||||
(-edn [o] (tagged-literal 'app/instant (format-instant o))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Cron Expression
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user