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

Commit ac9a501

Browse files
committed
fmt
1 parent d88d4b0 commit ac9a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn detect_game_by_client(client: &str) -> Option<Game> {
7979

8080
fn detect_game(dir: &Path) -> Option<Game> {
8181
println!("Checking directory: {}", dir.display());
82-
82+
8383
let games = [
8484
(Game::IW2, &["CoD2MP_s.exe", "CoD2SP_s.exe"][..]),
8585
(Game::IW4(0), &["iw4sp.exe", "iw4mp.exe", "iw4x.exe"]),

0 commit comments

Comments
 (0)