Skip to content

Commit f1e4310

Browse files
committed
upgrade cider-nrepl and fix docstring
1 parent 971342b commit f1e4310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
thheller/shadow-cljs {:mvn/version "2.28.20"}}
2222
:aliases
2323
{:dev {:extra-paths ["test" "portfolio/src"]
24-
:extra-deps {cider/cider-nrepl {:mvn/version "0.50.2"}
24+
:extra-deps {cider/cider-nrepl {:mvn/version "0.50.3"}
2525
day8.re-frame/re-frame-10x {:mvn/version "1.9.10"}
2626
no.cjohansen/portfolio {:mvn/version "2024.09.25"}}}
2727
:format {:deps {dev.weavejester/cljfmt {:mvn/version "0.13.0"}}}

src/renderer/utils/bounds.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
(m/=> ->dimensions [:-> Bounds Vec2])
4141
(defn ->dimensions
42-
"Converts bounds to [width height]"
42+
"Converts bounds to [width height]."
4343
[[x1 y1 x2 y2]]
4444
(mat/sub [x2 y2] [x1 y1]))
4545

0 commit comments

Comments
 (0)