aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-21 11:21:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-21 11:21:06 -0700
commitbad42937df56b2fc9ca1da457209c3f27c9a4cb9 (patch)
tree9cba6778c2d5ae43e4a94e0d3c957b2dfd57c414 /src/property/disk.lisp
parentf694b31597f3e57ff2a4a6631aff6f76b958a1e1 (diff)
downloadconsfigurator-bad42937df56b2fc9ca1da457209c3f27c9a4cb9.tar.gz
reflow
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 93f4466..8954a46 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -565,8 +565,7 @@ must not be modified."
`(:mount-below ,mount-below))))))
(unwind-protect-in-parent
(with-replace-hostattrs (:opened-volumes)
- (apply #'push-hostattrs
- :opened-volumes opened-volumes)
+ (apply #'push-hostattrs :opened-volumes opened-volumes)
(propappapply propapp))
(with-mount-below (mapc #'close-volume opened-volumes)))))
:args (cdr propapp)))