Browse Source

style: format indent

AkrISrn 2 years ago
parent
commit
70f6d9b3b7
1 changed files with 1 additions and 1 deletions
  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?