From f3f10e21f646bddb8c1817e496be199afc65b648 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Thu, 29 Nov 2012 10:21:56 +0100 Subject: [PATCH] minor docstring reindentation --- src/classes.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/classes.lisp b/src/classes.lisp index fa099ce..dd33429 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -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. -- 1.7.10.4