cargo fmt

This commit is contained in:
Loïc Lecrenier 2022-08-04 11:34:10 +02:00
parent 051f24f674
commit 748bb86b5b
3 changed files with 8 additions and 6 deletions

View File

@ -490,12 +490,14 @@ impl<'a> From<FilterCondition<'a>> for Filter<'a> {
#[cfg(test)]
mod tests {
use crate::index::tests::TempIndex;
use crate::Filter;
use std::fmt::Write;
use big_s::S;
use either::Either;
use maplit::hashset;
use std::fmt::Write;
use crate::index::tests::TempIndex;
use crate::Filter;
#[test]
fn empty_db() {