Skip to content

Commit b5e62d3

Browse files
authored
Merge pull request #153 from jf/trim_whitespace_02
Trim whitespace 02
2 parents 8287323 + def620f commit b5e62d3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

libs/deps-template/resources/io/github/kit_clj/kit/src/clj/core.clj

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
[<<ns-name>>.config :as config]
66
[<<ns-name>>.env :refer [defaults]]
77

8-
;; Edges <% if redis? %>
9-
[kit.edge.cache.redis]<% endif %> <% if xtdb? %>
8+
;; Edges<% if redis? %>
9+
[kit.edge.cache.redis]<% endif %><% if xtdb? %>
1010
[kit.edge.db.xtdb]<% endif %><% if hikari? %>
1111
[kit.edge.db.sql.hikari]<% endif %><% if conman? %>
1212
[kit.edge.db.sql.conman]<% endif %><% if migratus? %>
1313
[kit.edge.db.sql.migratus]<% endif %><% if postgres? %>
1414
[kit.edge.db.postgres]<% endif %><% if mysql? %>
1515
[kit.edge.db.mysql]<% endif %><% if hato? %>
16-
[kit.edge.http.hato]<% endif %> <% if quartz? %>
17-
[kit.edge.scheduling.quartz]<% endif %> <% if selmer? %>
18-
[kit.edge.templating.selmer]<% endif %> <% if metrics? %>
19-
[kit.edge.utils.metrics]<% endif %> <% if repl? %>
20-
[kit.edge.utils.repl]<% endif %> <% if nrepl? %>
16+
[kit.edge.http.hato]<% endif %><% if quartz? %>
17+
[kit.edge.scheduling.quartz]<% endif %><% if selmer? %>
18+
[kit.edge.templating.selmer]<% endif %><% if metrics? %>
19+
[kit.edge.utils.metrics]<% endif %><% if repl? %>
20+
[kit.edge.utils.repl]<% endif %><% if nrepl? %>
2121
[kit.edge.utils.nrepl]<% endif %>
2222
[kit.edge.server.undertow]
2323
[<<ns-name>>.web.handler]

libs/deps-template/resources/io/github/kit_clj/kit/src/clj/web/handler.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(router)
1313
(ring/routes
1414
;; Handle trailing slash in routes - add it + redirect to it
15-
;; https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md
15+
;; https://github.com/metosin/reitit/blob/master/doc/ring/slash_handler.md
1616
(ring/redirect-trailing-slash-handler)
1717
(ring/create-resource-handler {:path "/"})
1818
(when (some? api-path)

0 commit comments

Comments
 (0)