Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
cargo fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Sep 30, 2022
1 parent 1dfbb39 commit fe8849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use serde::Serialize;
use std::path::PathBuf;
use std::process::Command;
use std::fs::File;
use std::io::prelude::*;
use std::os::unix::fs::PermissionsExt;
use std::path::PathBuf;
use std::process::Command;
use tauri::{api, Env};
use tracing::{debug, error, info};

Expand Down

0 comments on commit fe8849b

Please sign in to comment.