ws
diff --git a/core/probe.lisp b/core/probe.lisp
index e9504a9..0a74a78 100644
--- a/core/probe.lisp
+++ b/core/probe.lisp
@@ -41,7 +41,8 @@
(dolist (probe-definition direct-probes)
(collect (apply #'make-instance
(probe-class rc)
- :name probe-definition)))))
+ :name
+ probe-definition)))))
(defmethod probe-properties ((rc resource-class))
(let ((properties nil))