minor docstring reindentation
authorMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 09:21:56 +0000 (10:21 +0100)
committerMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 09:21:56 +0000 (10:21 +0100)
src/classes.lisp

index fa099ce..dd33429 100644 (file)
@@ -57,7 +57,9 @@ suite) in the suite."))
   ((test-lambda :initarg :test-lambda :accessor test-lambda
                 :documentation "The function to run.")
    (runtime-package :initarg :runtime-package :accessor runtime-package
-                    :documentation "By default it stores *package* from the time this test was defined (macroexpanded)."))
+                    :documentation "By default it stores *package*
+                    from the time this test was
+                    defined (macroexpanded)."))
   (:documentation "A test case is a single, named, collection of
 checks.