Skip to content

Commit

Permalink
Remove unnecessary question mark operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 22, 2024
1 parent f9e251a commit f57b3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crunchyroll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ mod auth {

#[cfg(not(feature = "__test_strict"))]
{
Ok(check_request(url, resp).await?)
check_request(url, resp).await
}
#[cfg(feature = "__test_strict")]
{
Expand Down

0 comments on commit f57b3b9

Please sign in to comment.