Add missing file and fix initialzation
[clinton/lisp-on-lines.git] / src / attribute.lisp
index 32279fe..5c8b03a 100644 (file)
@@ -53,8 +53,6 @@
 (define-layered-method attribute-value (object attribute)
  (funcall (attribute-function attribute) object))
 
-
-
 (defmethod shared-initialize :around ((attribute standard-attribute) slots &rest initargs)
   (declare (ignore initargs))
     (setf (attribute-function attribute)