Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 31, 2024
1 parent 47c9097 commit 432841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/network/qpackages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn resolve_redownload_cache() -> Result<()> {
.map(PathBuf::from)
.unwrap_or(std::env::temp_dir());

fn get_repo() -> Result<_> {
fn get_repo() -> Result<impl Repository> {
let mut file_repo = FileRepository::read()?;
if let Some(bs) = file_repo.artifacts.get_mut("beatsaber-hook") {
bs.remove(&Version::new(5, 1, 9));
Expand Down

0 comments on commit 432841f

Please sign in to comment.