Skip to content

Commit 6d10d97

Browse files
committed
Linting errors in user.clj
1 parent 6b491cb commit 6d10d97

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

dev/user.clj

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
(ns user
2-
(:require [advent-of-clerk.index :as index]
3-
[nextjournal.clerk :as clerk]
4-
[clojure.string :as str]
5-
[babashka.fs :as fs]))
2+
(:require [nextjournal.clerk :as clerk]
3+
[advent-of-clerk.index :as index]))
64

5+
(clerk/serve! {:port 7878 :browse true})
76

87
(comment
9-
(clerk/build! {:index "src/advent_of_clerk/index.clj"
10-
:paths (index/build-paths)
11-
:browse true}))
12-
8+
(clerk/build! {:paths (index/build-paths) :browse true}))
139

0 commit comments

Comments
 (0)