From 4c050bce3b93fdebc00ceecae034ddcffc01bde6 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 30 Nov 2025 20:30:56 +0300 Subject: Fixed fmt & the number of threads in CI is limited to 2 --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index e4d4fd4..2d36f20 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,8 +3,7 @@ mod net; // This should contain both i2p_package and http_package modules mod pkgtoolkit; use crate::cfg::config::Config; -use crate::net::{i2p_package::I2PPackage, - http_package::HTTPPackage}; +use crate::net::{http_package::HTTPPackage, i2p_package::I2PPackage}; #[allow(unused_imports)] use crate::pkgtoolkit::pkgtools::Package; -- cgit v1.2.3