From b5d69b180b6872a9c00fb9f56fe7d56368e11633 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 17 Dec 2021 17:53:56 +0000 Subject: [PATCH] fix unbalanced parentheses in rails-to-caveman.asd. --- rails-to-caveman.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails-to-caveman.asd b/rails-to-caveman.asd index c51d218..b408b2e 100644 --- a/rails-to-caveman.asd +++ b/rails-to-caveman.asd @@ -29,4 +29,4 @@ (:file "model" :depends-on ("db")) ; <--- Chapter 4. (:file "config")))) :description "" - :in-order-to ((test-op (test-op "rails-to-caveman-test")))) + :in-order-to ((test-op (test-op "rails-to-caveman-test")))))