From 9d3f82e13a73998f508ba65ef4076fb79982b13c Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 10 Sep 2022 20:47:34 +0200 Subject: Auto-format --- src-tauri/src/main.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src-tauri/src') diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 4244e364..09123040 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -222,5 +222,9 @@ fn launch_northstar(game_install: GameInstall) -> Result { return Ok("Launched game".to_string()); } - Err(format!("Not yet implemented for {:?} on {}", game_install.install_type, get_host_os())) + Err(format!( + "Not yet implemented for {:?} on {}", + game_install.install_type, + get_host_os() + )) } -- cgit v1.2.3