aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection_functions/function_empty.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/src/selection_functions/function_empty.rs')
-rw-r--r--rprt-engine/src/selection_functions/function_empty.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/rprt-engine/src/selection_functions/function_empty.rs b/rprt-engine/src/selection_functions/function_empty.rs
index a817dcf..bf0a45c 100644
--- a/rprt-engine/src/selection_functions/function_empty.rs
+++ b/rprt-engine/src/selection_functions/function_empty.rs
@@ -1,5 +1,7 @@
-use crate::selection::Selection;
-use crate::selection_functions::types::{SFArguments, SFResult};
+use crate::{
+ selection::Selection,
+ selection_functions::types::{SFArguments, SFResult},
+};
pub fn empty_sequential(_: SFArguments) -> SFResult {
Ok(Selection::empty())