This commit is contained in:
rustdesk
2023-02-08 16:00:12 +08:00
parent 33f54ba5aa
commit 7e307a5a1c
11 changed files with 19 additions and 21 deletions

View File

@@ -240,7 +240,7 @@ async fn check_cmd(cmd: &str, limiter: Limiter) -> String {
}
} else {
unsafe {
res = format!("{}\n", DOWNGRADE_THRESHOLD);
res = format!("{DOWNGRADE_THRESHOLD}\n");
}
}
}