Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald committed Nov 6, 2023
1 parent 0094c10 commit 81ea18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marginalia/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
(do
(println "Wrong number of arguments passed to Marginalia.")
(println help))
(binding [*lift-inline-comments* lift-inline-comments
(binding [*lift-inline-comments* lift-inline-comments
*delete-lifted-comments* exclude-lifted-comments]
(let [project-clj (or project
(when (.exists (io/file "project.clj"))
Expand Down

0 comments on commit 81ea18f

Please sign in to comment.