insert space after ->

This commit is contained in:
Aleksey Kladov 2019-10-25 12:16:56 +03:00
parent ea948e9fbb
commit 53e3bee0cf
3 changed files with 235 additions and 228 deletions

View file

@ -132,6 +132,7 @@ pub fn handle_on_enter(
}
}
// Don't forget to add new trigger characters to `ServerCapabilities` in `caps.rs`.
pub fn handle_on_type_formatting(
world: WorldSnapshot,
params: req::DocumentOnTypeFormattingParams,