Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Narcha committed May 4, 2023
1 parent f5df623 commit a0444ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/src/commands/files.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use serde::Serialize;
use steamlocate::SteamDir;
use tauri::State;
use serde::Serialize;

use crate::AppState;

#[derive(Clone, Debug, Serialize)]
Expand Down

0 comments on commit a0444ef

Please sign in to comment.