formatting

pull/9519/head
Steven 10 months ago
parent a07f7f0937
commit 073f70e858

@ -1215,9 +1215,9 @@ fn goto_file_impl(cx: &mut Context, action: Action) {
Err(e) => { Err(e) => {
cx.editor.set_error(format!("Open file failed: {:?}", e)); cx.editor.set_error(format!("Open file failed: {:?}", e));
} }
}
} }
} }
}
} }
/// Opens the given url. If the URL points to a valid textual file it is open in helix. /// Opens the given url. If the URL points to a valid textual file it is open in helix.

Loading…
Cancel
Save