From: Marco Baringer Date: Thu, 29 Nov 2012 09:21:56 +0000 (+0100) Subject: minor docstring reindentation X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f3f10e21f646bddb8c1817e496be199afc65b648;p=fiveam.git minor docstring reindentation --- 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.