mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 13:17:22 +02:00
📎 Fix unrelated linter issues.
This commit is contained in:
parent
c394495a26
commit
7b487e1bc3
6 changed files with 11 additions and 13 deletions
|
@ -157,11 +157,11 @@
|
|||
|
||||
(extend-protocol IPrintWithWriter
|
||||
DateTime
|
||||
(-pr-writer [p writer opts]
|
||||
(-pr-writer [p writer _]
|
||||
(-write writer (str/fmt "#stks/datetime \"%s\"" (format p :iso))))
|
||||
|
||||
Duration
|
||||
(-pr-writer [p writer opts]
|
||||
(-pr-writer [p writer _]
|
||||
(-write writer (str/fmt "#stks/duration \"%s\"" (format p :iso)))))
|
||||
|
||||
(defn- resolve-format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue