Selaa lähdekoodia

fix: add missing ns doc

Gabriel Horner 1 vuosi sitten
vanhempi
sitoutus
dcb041cae5
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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
 (ns frontend.handler.file-based.repo
+  "Repo fns for creating, loading and parsing file graphs"
   (:require [clojure.string :as string]
   (:require [clojure.string :as string]
             [frontend.config :as config]
             [frontend.config :as config]
             [frontend.context.i18n :refer [t]]
             [frontend.context.i18n :refer [t]]
@@ -278,8 +279,6 @@
                                                      :empty-graph? empty-graph?})
                                                      :empty-graph? empty-graph?})
     (state/set-parsing-state! {:graph-loading? false})))
     (state/set-parsing-state! {:graph-loading? false})))
 
 
-
-
 (defn load-repo-to-db!
 (defn load-repo-to-db!
   [repo-url {:keys [diffs file-objs refresh? new-graph? empty-graph?]}]
   [repo-url {:keys [diffs file-objs refresh? new-graph? empty-graph?]}]
   (spec/validate :repos/url repo-url)
   (spec/validate :repos/url repo-url)