mirror of
https://github.com/penpot/penpot.git
synced 2025-07-28 12:37:21 +02:00
📎 Fix minnor cosmetic issue on instant and duration pretty printing
This commit is contained in:
parent
9143639357
commit
2818666a1a
1 changed files with 3 additions and 2 deletions
|
@ -128,7 +128,8 @@
|
||||||
|
|
||||||
(extend-protocol fez/IEdn
|
(extend-protocol fez/IEdn
|
||||||
Duration
|
Duration
|
||||||
(-edn [o] (pr-str o)))
|
(-edn [o]
|
||||||
|
(tagged-literal 'app/duration (str o))))
|
||||||
|
|
||||||
(defn format-duration
|
(defn format-duration
|
||||||
[o]
|
[o]
|
||||||
|
@ -218,7 +219,7 @@
|
||||||
|
|
||||||
(extend-protocol fez/IEdn
|
(extend-protocol fez/IEdn
|
||||||
Instant
|
Instant
|
||||||
(-edn [o] (pr-str o)))
|
(-edn [o] (tagged-literal 'app/instant (format-instant o))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Cron Expression
|
;; Cron Expression
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue