mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
chore: clippy fix some code on Windows (#2106)
This commit is contained in:
@@ -202,13 +202,12 @@ mod tests {
|
||||
.arg("1")
|
||||
.arg("-w")
|
||||
.arg("100")
|
||||
.arg(&fake_ip.to_string())
|
||||
.arg(fake_ip.to_string())
|
||||
.output()
|
||||
.await
|
||||
&& o.status.success()
|
||||
{
|
||||
if o.status.success() {
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user