aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection_functions/function_end.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-03-21 20:21:32 +0000
committertslil <tslil@posteo.de>2026-03-21 20:37:21 +0000
commit139047379b2ff7751c1b5ef8e079ffc29cce752d (patch)
tree268f05bb48cc0110a65202740ff763c3c133b9b0 /rprt-engine/src/selection_functions/function_end.rs
parent89d299376c97a3f866dccc15321713ce955d8125 (diff)
implement hooks, fix docs
Diffstat (limited to 'rprt-engine/src/selection_functions/function_end.rs')
-rw-r--r--rprt-engine/src/selection_functions/function_end.rs2
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,
};