From fbb1942093e087ebd225516d348f0c22bf241385 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Thu, 4 Feb 2021 12:18:29 +1100 Subject: [PATCH] rustfmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 449e6fd..bee63c2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ -mod searcher; mod error; +mod searcher; mod types; pub use crate::error::Error;