From ee487af1573c048cb017bf2246101daa16285f4b Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Thu, 21 Apr 2022 11:13:43 +0200 Subject: [PATCH] Fix parens typesetting. --- functions.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.rkt b/functions.rkt index e13f179..b9cac0f 100644 --- a/functions.rkt +++ b/functions.rkt @@ -339,8 +339,7 @@ (check-true (random-bool-f #f #f)) (check-true (random-bool-f #f #t)) (check-false (random-bool-f #t #f)) - (check-true (random-bool-f #t #t)) - )) + (check-true (random-bool-f #t #t)))) (module untyped racket (module+ test