Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 30, 2021
1 parent 03d1ba9 commit ca2b142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/eldrix/hermes/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@
(let [manifest (open-manifest root false)]
(log/info "Building search index" {:root root :languages language-priority-list})
(search/build-search-index (get-absolute-filename root (:store manifest))
(get-absolute-filename root (:search manifest)) language-priority-list)
(get-absolute-filename root (:search manifest))
language-priority-list)
(log/info "Building search index... complete."))))

(defn get-status [root]
Expand Down

0 comments on commit ca2b142

Please sign in to comment.