diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
| commit | b9399611816303da5a06dcfb30a6ab51f70ed4c1 (patch) | |
| tree | f8fb46e5baf0b37313f7065c17fac58708683a96 /src/geoparsers/v2ray/parsing.rs | |
| parent | 39fe1b820b9080ff672a719d523d6b8922866fdc (diff) | |
Fmt & Added CI
Diffstat (limited to 'src/geoparsers/v2ray/parsing.rs')
| -rw-r--r-- | src/geoparsers/v2ray/parsing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geoparsers/v2ray/parsing.rs b/src/geoparsers/v2ray/parsing.rs index 0f897bf..4f0bbba 100644 --- a/src/geoparsers/v2ray/parsing.rs +++ b/src/geoparsers/v2ray/parsing.rs @@ -1,6 +1,6 @@ use crate::geoparsers::v2ray::types::{Domain, GeoSite, GeoSiteList}; -use prost::bytes::Buf; use prost::Message; +use prost::bytes::Buf; use std::fs; pub struct GeoSiteService { |
