diff options
author | Dmitry Sharshakov | 2021-08-23 15:00:30 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-23 15:00:30 +0000 |
commit | 56d00fa7f4e9a6285e7d593ad1e5d4f5f8bd7fdd (patch) | |
tree | 85e1f63655725c0539a41ca0a208cfe706e52bb1 | |
parent | 802ef20dbcb9183c0e02475e4a6a925c8901be79 (diff) |
Fix tests
-rw-r--r-- | helix-core/src/indent.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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, }], }); |