From 56d00fa7f4e9a6285e7d593ad1e5d4f5f8bd7fdd Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 18:00:30 +0300 Subject: [PATCH] Fix tests --- helix-core/src/indent.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index f5f36aca..8dd161d8 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -458,6 +458,8 @@ where unit: String::from(" "), }), indent_query: OnceCell::new(), + debug_adapter: None, + debug_configs: None, }], });