From 0ec4263cc70f7b4d236dc9c03816fcba88a3a476 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 30 Oct 2022 23:16:05 +0100 Subject: Misc: Cargo fmt --- indexer/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indexer') diff --git a/indexer/src/main.rs b/indexer/src/main.rs index 1df3cf5..8b2e54d 100644 --- a/indexer/src/main.rs +++ b/indexer/src/main.rs @@ -1,9 +1,9 @@ use actix_cors::Cors; use actix_web::{get, post, web, App, HttpServer, Responder}; +use kuchiki::traits::TendrilSink; +use lib::lib::*; use std::collections::{HashMap, HashSet}; use std::sync::{Arc, Mutex}; -use lib::lib::*; -use kuchiki::traits::TendrilSink; struct AppState { database: Mutex>>, -- cgit 1.4.1