Skip to content

Commit

Permalink
upgrade cider-nrepl and fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Dec 4, 2024
1 parent 971342b commit f1e4310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
thheller/shadow-cljs {:mvn/version "2.28.20"}}
:aliases
{:dev {:extra-paths ["test" "portfolio/src"]
:extra-deps {cider/cider-nrepl {:mvn/version "0.50.2"}
:extra-deps {cider/cider-nrepl {:mvn/version "0.50.3"}
day8.re-frame/re-frame-10x {:mvn/version "1.9.10"}
no.cjohansen/portfolio {:mvn/version "2024.09.25"}}}
:format {:deps {dev.weavejester/cljfmt {:mvn/version "0.13.0"}}}
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/utils/bounds.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

(m/=> ->dimensions [:-> Bounds Vec2])
(defn ->dimensions
"Converts bounds to [width height]"
"Converts bounds to [width height]."
[[x1 y1 x2 y2]]
(mat/sub [x2 y2] [x1 y1]))

Expand Down

0 comments on commit f1e4310

Please sign in to comment.