diff options
author | Dmitry Sharshakov | 2021-08-25 16:36:49 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-25 16:36:49 +0000 |
commit | 2ad2838a27289acdfee364a0f6b222fd4dc34142 (patch) | |
tree | ccece562c126fcaca6c601b78ac113a9aff7b44d /helix-core | |
parent | c7759a5aa0b5381e0a71ba58f3f7a5f7d98c9777 (diff) |
Fix tests
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/src/indent.rs | 3 |
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, }], }); |