Skip to content

Commit

Permalink
trim whitespace in code files:
Browse files Browse the repository at this point in the history
- libs/deps-template/resources/io/github/kit_clj/kit/deps.edn
- libs/kit-generator/src/kit/generator/modules/generator.clj
  • Loading branch information
jf committed Dec 5, 2024
1 parent 299f117 commit a0543c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

;; Logging
ch.qos.logback/logback-classic {:mvn/version "1.5.7"}

;; Data coercion
luminus-transit/luminus-transit {:mvn/version "0.1.6"
:exclusions [com.cognitect/transit-clj]}
Expand Down
2 changes: 0 additions & 2 deletions libs/kit-generator/src/kit/generator/modules/generator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,3 @@
:name "kit"}]
:modules {:html {:path "html"}}}}]
(generate ctx :html {:feature-flag :default})))


0 comments on commit a0543c7

Please sign in to comment.