Skip to content

Commit 451fae7

Browse files
committed
minor styling
1 parent d60d204 commit 451fae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sci/impl/vars.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
(deftype TBox #?(:clj [thread ^:volatile-mutable val]
4949
:cljs [thread ^:mutable val])
5050
t/IBox
51-
(setVal [this v]
51+
(setVal [_this v]
5252
(set! val v))
53-
(getVal [this] val))
53+
(getVal [_this] val))
5454

5555
(defn clone-thread-binding-frame ^Frame []
5656
(let [^Frame f #?(:clj (.get dvals)

0 commit comments

Comments
 (0)