Skip to content

Commit

Permalink
fix: Fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jun 29, 2023
1 parent 020dc90 commit ee61999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/mod_management/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ pub async fn fc_download_mod_and_install(
// Error can include the mod being found installed cause this is the first time it's being installed
// As such we just ignore any error (but still log it just in case)
log::info!("{err}");
()
}
};

Expand Down

0 comments on commit ee61999

Please sign in to comment.