From 0196ab5800501b349d37ed9adfc8456ab2e1b6c4 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Fri, 22 Apr 2022 15:38:20 +0200 Subject: [PATCH] Let Emacs align apply-tbf as it wants. --- functions.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.rkt b/functions.rkt index 9a34767..24d5f01 100644 --- a/functions.rkt +++ b/functions.rkt @@ -405,7 +405,7 @@ ;; The scalar product between the inputs and the weights. (for/sum ([x (in-vector inputs)] [w (in-vector (tbf-w tbf))]) : Real - (* x w)) + (* x w)) (tbf-θ tbf)))) (module+ test