Skip to content

Commit

Permalink
remote set-url: run cargo +nightly clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jun 22, 2024
1 parent 091794c commit 2a15e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ pub fn remote_set_url(

git_repo
.remote_set_url(remote_name, new_remote_url)
.map_err(|err| GitRemoteManagementError::InternalGitError(err))?;
.map_err(GitRemoteManagementError::InternalGitError)?;
Ok(())
}

Expand Down

0 comments on commit 2a15e31

Please sign in to comment.