aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection_functions
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/src/selection_functions')
-rw-r--r--rprt-engine/src/selection_functions/function_character.rs2
-rw-r--r--rprt-engine/src/selection_functions/function_end.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/rprt-engine/src/selection_functions/function_character.rs b/rprt-engine/src/selection_functions/function_character.rs
index 94c0963..87bda3d 100644
--- a/rprt-engine/src/selection_functions/function_character.rs
+++ b/rprt-engine/src/selection_functions/function_character.rs
@@ -2,7 +2,7 @@ use crate::{
dispatch_selection_function,
selection::Selection,
selection_function,
- selection_functions::types::{get_buffer, SFArguments, SFError, SFResult},
+ selection_functions::types::{SFArguments, SFError, SFResult, get_buffer},
state::EditorState,
};
diff --git a/rprt-engine/src/selection_functions/function_end.rs b/rprt-engine/src/selection_functions/function_end.rs
index cec7c90..44aab90 100644
--- a/rprt-engine/src/selection_functions/function_end.rs
+++ b/rprt-engine/src/selection_functions/function_end.rs
@@ -2,7 +2,7 @@ use crate::{
dispatch_selection_function,
selection::Selection,
selection_function,
- selection_functions::types::{get_buffer, SFArguments, SFError, SFResult},
+ selection_functions::types::{SFArguments, SFError, SFResult, get_buffer},
state::EditorState,
};