浏览代码

style: format indent

AkrISrn 2 年之前
父节点
当前提交
70f6d9b3b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/frontend/util/clock.cljs

+ 1 - 1
src/main/frontend/util/clock.cljs

@@ -44,7 +44,7 @@
 
 (def support-seconds?
   (get-in (state/get-config)
-       [:logbook/settings :with-second-support?] true))
+          [:logbook/settings :with-second-support?] true))
 
 (defn- now []
   (if support-seconds?