Skip to content

Commit dae8cb8

Browse files
committed
todo
1 parent 54f5018 commit dae8cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helix-view/src/document.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ impl Document {
533533
}
534534
}
535535

536+
// TODO: move lsp formatting callback logic here?
536537
if let Some(fmt) = formatting {
537538
let success = Transaction::from(fmt.await).changes().apply(&mut text);
538539
if !success {

0 commit comments

Comments
 (0)