Skip to content

Commit

Permalink
bb lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Dec 7, 2023
1 parent e23454c commit cb1cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextjournal/clerk/viewer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
(:refer-clojure :exclude [var?])
(:require [clojure.string :as str]
[clojure.pprint :as pprint]
[clojure.tools.reader :as tools.reader]
[clojure.datafy :as datafy]
[clojure.set :as set]
[clojure.walk :as w]
[flatland.ordered.map :refer [ordered-map]]
#?@(:clj [[babashka.fs :as fs]
[clojure.repl :refer [demunge]]
[clojure.tools.reader :as tools.reader]
[editscript.edit]
[nextjournal.clerk.config :as config]
[nextjournal.clerk.analyzer :as analyzer]]
Expand Down

0 comments on commit cb1cbe2

Please sign in to comment.