diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-30 20:30:56 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-30 20:30:56 +0300 |
| commit | 4c050bce3b93fdebc00ceecae034ddcffc01bde6 (patch) | |
| tree | f18c6fe9893dc3d4104c60401b34cae4e44e9394 /src/main.rs | |
| parent | 5abbc4394cb5fc3af432fa5177b203018db009a6 (diff) | |
Fixed fmt & the number of threads in CI is limited to 2
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
