Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 28, 2024
1 parent e0dd8ee commit dfadc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/impl/analyzer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@
:cljs
(let [[class method-path] f
last-path (last method-path)
ctor? (= last-path "")
ctor? (= "" last-path)
method-len (count method-path)
subpath (.slice method-path 0 (dec method-len))
lookup-fn (if (= 1 method-len)
Expand Down

0 comments on commit dfadc12

Please sign in to comment.