summaryrefslogtreecommitdiff
path: root/utils/src/env/editor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/src/env/editor.rs')
-rw-r--r--utils/src/env/editor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/env/editor.rs b/utils/src/env/editor.rs
index c7bd446..a4e1e0e 100644
--- a/utils/src/env/editor.rs
+++ b/utils/src/env/editor.rs
@@ -6,7 +6,7 @@
///
/// # Returns
/// A String containing the default text editor
-pub async fn get_default_editor() -> String {
+pub fn get_default_editor() -> String {
if let Ok(editor) = std::env::var("JV_TEXT_EDITOR") {
return editor;
}