mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: git hooks for linter and formatter
This commit is contained in:
@@ -65,6 +65,6 @@ impl MihomoManager {
|
||||
.unwrap()
|
||||
.to_string();
|
||||
let token = http::header::HeaderValue::from_str(&auth).unwrap();
|
||||
return (ws_url, token);
|
||||
(ws_url, token)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
pub mod mihomo;
|
||||
pub mod sysinfo;
|
||||
pub mod mihomo;
|
||||
@@ -43,7 +43,6 @@ impl PlatformSpecification {
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
Self {
|
||||
system_name,
|
||||
system_version,
|
||||
|
||||
Reference in New Issue
Block a user