Cosmetic
This commit is contained in:
parent
a18533a2ab
commit
f91e66e623
|
@ -146,8 +146,8 @@
|
||||||
(profile-thunk
|
(profile-thunk
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(diff-indices (make-vector size 'x)
|
(diff-indices (make-vector size 'x)
|
||||||
(let ((v (make-vector size 'x)))
|
(let ((v (make-vector size 'x)))
|
||||||
(vector-set! v 0 'a)
|
(vector-set! v 0 'a)
|
||||||
(vector-set! v 1 'b)
|
(vector-set! v 1 'b)
|
||||||
(vector-set! v 2 'c)
|
(vector-set! v 2 'c)
|
||||||
v))))))
|
v))))))
|
||||||
|
|
Loading…
Reference in New Issue