diff options
Diffstat (limited to 'rprt-engine/src/selection_functions/function_end.rs')
| -rw-r--r-- | rprt-engine/src/selection_functions/function_end.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, }; |
