Cargo fmt

This commit is contained in:
Louis Dureuil
2023-05-03 12:21:58 +02:00
parent 90bc230820
commit 1aaf24ccbf
18 changed files with 48 additions and 55 deletions

View File

@ -1,4 +1,5 @@
use crate::{index::tests::TempIndex, Search, SearchResult};
use crate::index::tests::TempIndex;
use crate::{Search, SearchResult};
#[test]
fn test_kanji_language_detection() {