Form types
[clinton/lisp-on-lines.git] / src / validation / validation.lisp
index dfdfca0..ab5961e 100644 (file)
@@ -85,9 +85,4 @@ Returns T if the ATTRIBUTE-VALUE in INSTANCE passes all the validation functions
       (signal 'attribute-validation-condition
              :message (format nil "~A is required."
                               (label attribute))
-             :attribute attribute))))
-
-
-
-
-
+             :attribute attribute)))
\ No newline at end of file