re-add spaces removed by new setting
This commit is contained in:
parent
f626920af1
commit
9187863d0e
4 changed files with 22 additions and 52 deletions
|
@ -197,8 +197,8 @@ impl TestServer {
|
|||
fs: fs.clone(),
|
||||
build_window_options: |_, _, _| Default::default(),
|
||||
initialize_workspace: |_, _, _| unimplemented!(),
|
||||
dock_default_item_factory: |_, _| unimplemented!(),
|
||||
background_actions: || unimplemented!(),
|
||||
dock_default_item_factory: |_, _| None,
|
||||
background_actions: || &[],
|
||||
});
|
||||
|
||||
Project::init(&client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue