Let Emacs align apply-tbf as it wants.

This commit is contained in:
Sergiu Ivanov 2022-04-22 15:38:20 +02:00
parent 47f7f70241
commit 0196ab5800

View file

@ -405,7 +405,7 @@
;; The scalar product between the inputs and the weights. ;; The scalar product between the inputs and the weights.
(for/sum ([x (in-vector inputs)] (for/sum ([x (in-vector inputs)]
[w (in-vector (tbf-w tbf))]) : Real [w (in-vector (tbf-w tbf))]) : Real
(* x w)) (* x w))
(tbf-θ tbf)))) (tbf-θ tbf))))
(module+ test (module+ test