summaryrefslogtreecommitdiff
path: root/src/library/boxed.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-11-30 18:54:46 +0100
committerLaurenz <laurmaedje@gmail.com>2019-11-30 18:54:46 +0100
commit5782b82770f6923677942c3b4e2bf4f7258e47d8 (patch)
tree2b477fc285e9da5380e556648056b985ecbccfe0 /src/library/boxed.rs
parentb13ed627fff73a599b34d760cd99aa2f08d58ea8 (diff)
Refactor layouting base ♻
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 1cc4e020..8984417c 100644
--- a/src/library/boxed.rs
+++ b/src/library/boxed.rs
@@ -32,6 +32,6 @@ function! {
ctx.spaces[0].dimensions.y = height;
}
- Ok(commands![AddMultiple(layout_tree(&this.body, ctx)?)])
+ Ok(vec![AddMultiple(layout_tree(&this.body, ctx)?)])
}
}