0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-05 22:09:06 -05:00

📎 Fix linter issues.

This commit is contained in:
Andrey Antukh 2021-12-03 09:43:02 +01:00
parent 0c0ab612c0
commit 71d6f7b1a2

View file

@ -1,6 +1,6 @@
(ns app.common.perf (ns app.common.perf
(:require (:require
[app.common.math :as mth] #?(:cljs [app.common.math :as mth])
[app.common.uuid :as uuid])) [app.common.uuid :as uuid]))
(defn timestamp [] (defn timestamp []