aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-25 16:36:49 +0000
committerDmitry Sharshakov2021-08-25 16:36:49 +0000
commit2ad2838a27289acdfee364a0f6b222fd4dc34142 (patch)
treeccece562c126fcaca6c601b78ac113a9aff7b44d /helix-core
parentc7759a5aa0b5381e0a71ba58f3f7a5f7d98c9777 (diff)
Fix tests
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/indent.rs3
1 files changed, 1 insertions, 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,
}],
});