summaryrefslogtreecommitdiff
path: root/src/library/boxed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/boxed.rs')
-rw-r--r--src/library/boxed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/boxed.rs b/src/library/boxed.rs
index a4d059cb..da06a371 100644
--- a/src/library/boxed.rs
+++ b/src/library/boxed.rs
@@ -46,7 +46,7 @@ function! {
ctx.spaces = smallvec![space];
- match layout(&self.body, ctx) {
+ match layout(&self.body, ctx).await {
Ok(layouts) => return Ok(vec![AddMultiple(layouts)]),
Err(err) => error = Some(err),
}