aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/file.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index cde14d0..58a99e6 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -44,6 +44,7 @@ CONTENT can be a list of lines or a single string."
(defprop contains-lines :posix (path &rest lines)
"Ensure there is a file at PATH containing each of LINES once."
+ (declare (indent 1))
(:apply
(let ((new-lines (copy-list (ensure-cons lines)))
(existing-lines (and (remote-exists-p path)