0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

📎 Fix minnor cosmetic issue on instant and duration pretty printing

This commit is contained in:
Andrey Antukh 2023-03-16 19:42:33 +01:00
parent 9143639357
commit 2818666a1a

View file

@ -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