re-add spaces removed by new setting

This commit is contained in:
Mikayla Maki 2023-03-09 00:45:05 -08:00
parent f626920af1
commit 9187863d0e
4 changed files with 22 additions and 52 deletions

View file

@ -500,7 +500,7 @@ mod tests {
0,
project.clone(),
default_item_factory,
|| unimplemented!(),
|| &[],
cx,
)
});
@ -634,7 +634,7 @@ mod tests {
0,
project,
default_item_factory,
|| unimplemented!(),
|| &[],
cx,
)
});