Skip to content

Commit 047eb79

Browse files
Make the fmt check pass
1 parent 5598b69 commit 047eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/game-controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fn main() -> Result<(), String> {
44
// This is required for certain controllers to work on Windows without the
55
// video subsystem enabled:
66
sdl2::hint::set("SDL_JOYSTICK_THREAD", "1");
7-
7+
88
let sdl_context = sdl2::init()?;
99
let game_controller_subsystem = sdl_context.game_controller()?;
1010

0 commit comments

Comments
 (0)