Skip to content

Commit 4ff95e0

Browse files
committed
[fix] fix ;
1 parent c45fc40 commit 4ff95e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl Config {
112112
None => {
113113
let tun_names:Vec<String> = server_config.info.iter().filter_map(|x| x.tun_name.clone()).collect();
114114
for x in (0..40u32) {
115-
let x = format!("for{x}")
115+
let x = format!("for{x}");
116116
if !tun_names.contains(&x) {
117117
return Some(x)
118118
}

0 commit comments

Comments
 (0)