Implement and test format hook

This commit is contained in:
DJMcNab 2018-12-09 10:29:13 +00:00
parent 904438e993
commit e823db0698
4 changed files with 41 additions and 8 deletions

View file

@ -20,7 +20,7 @@ pub fn join_lines(file: &SourceFileNode, range: TextRange) -> LocalEdit {
return LocalEdit {
edit: EditBuilder::new().finish(),
cursor_position: None,
}
};
}
Some(pos) => pos,
};