fix: Format test

This commit is contained in:
Alex Wellnitz 2023-10-26 10:41:05 +02:00
parent 98187a1b27
commit 5ef01eb1da

View File

@ -1,6 +1,6 @@
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use rustysearch::{analyze::tokenizer::Tokenizer}; use rustysearch::analyze::tokenizer::Tokenizer;
#[test] #[test]
fn test_split_into_words() { fn test_split_into_words() {