Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit cde077b

Browse files
committed
fmt
1 parent f98a311 commit cde077b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ async fn main() {
873873
}
874874

875875
let mut is_iw4x = false;
876-
876+
877877
if args.len() > 1 && args[1] == "iw4x" {
878878
is_iw4x = true;
879879
} else {
@@ -885,7 +885,7 @@ async fn main() {
885885
}
886886
}
887887
}
888-
888+
889889
if is_iw4x {
890890
let iw4x_cdn = "https://cdn.iw4x.dev";
891891
*MASTER_URL.lock().unwrap() = iw4x_cdn.to_string();

0 commit comments

Comments
 (0)