From 2ad2838a27289acdfee364a0f6b222fd4dc34142 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Wed, 25 Aug 2021 19:36:49 +0300 Subject: [PATCH] Fix tests --- helix-core/src/indent.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index 8dd161d8..4b74aa7a 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -458,8 +458,7 @@ where unit: String::from(" "), }), indent_query: OnceCell::new(), - debug_adapter: None, - debug_configs: None, + debugger: None, }], });