Pārlūkot izejas kodu

fix: add missing ns doc

Gabriel Horner 1 gadu atpakaļ
vecāks
revīzija
dcb041cae5
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/main/frontend/handler/file_based/repo.cljs

+ 1 - 2
src/main/frontend/handler/file_based/repo.cljs

@@ -1,4 +1,5 @@
 (ns frontend.handler.file-based.repo
+  "Repo fns for creating, loading and parsing file graphs"
   (:require [clojure.string :as string]
             [frontend.config :as config]
             [frontend.context.i18n :refer [t]]
@@ -278,8 +279,6 @@
                                                      :empty-graph? empty-graph?})
     (state/set-parsing-state! {:graph-loading? false})))
 
-
-
 (defn load-repo-to-db!
   [repo-url {:keys [diffs file-objs refresh? new-graph? empty-graph?]}]
   (spec/validate :repos/url repo-url)