Skip to content

Commit

Permalink
Apply cljstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsvalente committed Apr 10, 2024
1 parent d07f18c commit 93deced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xiana/hotreload.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
;; reloader function from ring.middleware.reload

(defn- reloader
"Reload namespaces of modified files before the request is passed to the
"Reload namespaces of modified files before the request is passed to the
supplied handler.
Accepts the following options:
:dirs - A list of directories that contain the source files.
Defaults to ["src"].
Defaults to [" src "].
:retry? - If true, keep attempting to reload namespaces
that have compile errors. Defaults to true."
[dirs retry?]
Expand Down

0 comments on commit 93deced

Please sign in to comment.