From 139047379b2ff7751c1b5ef8e079ffc29cce752d Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 21 Mar 2026 20:21:32 +0000 Subject: implement hooks, fix docs --- rprt-engine/src/selection_functions/function_end.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/src/selection_functions/function_end.rs') 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, }; -- cgit v1.2.3