Fix broken test

This commit is contained in:
Blaž Hrastnik 2021-06-12 10:24:48 +09:00
parent 278361a086
commit 1665bac1b6

View file

@ -263,6 +263,7 @@ where
highlight_config: OnceCell::new(), highlight_config: OnceCell::new(),
// //
roots: vec![], roots: vec![],
auto_format: false,
language_server: None, language_server: None,
indent: Some(IndentationConfiguration { indent: Some(IndentationConfiguration {
tab_width: 4, tab_width: 4,