aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/indent.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-23 15:00:30 +0000
committerDmitry Sharshakov2021-08-23 15:00:30 +0000
commit56d00fa7f4e9a6285e7d593ad1e5d4f5f8bd7fdd (patch)
tree85e1f63655725c0539a41ca0a208cfe706e52bb1 /helix-core/src/indent.rs
parent802ef20dbcb9183c0e02475e4a6a925c8901be79 (diff)
Fix tests
Diffstat (limited to 'helix-core/src/indent.rs')
-rw-r--r--helix-core/src/indent.rs2
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,
}],
});