Fix some indentation
This commit is contained in:
parent
4f0d151c7a
commit
14d38e3b8a
1 changed files with 1 additions and 2 deletions
|
|
@ -538,8 +538,7 @@
|
||||||
(method-type arg-types ret-type)
|
(method-type arg-types ret-type)
|
||||||
(function-descriptor arg-types ret-type))
|
(function-descriptor arg-types ret-type))
|
||||||
(downcall-fn arg-types ret-type)
|
(downcall-fn arg-types ret-type)
|
||||||
(cond->
|
(cond-> (not raw-fn?) (make-serde-wrapper arg-types ret-type)))
|
||||||
(not raw-fn?) (make-serde-wrapper arg-types ret-type)))
|
|
||||||
assoc ::address addr)))
|
assoc ::address addr)))
|
||||||
|
|
||||||
;;; Static memory access
|
;;; Static memory access
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue