Skip to content

Commit

Permalink
fix clippy warning in apdu
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Dec 4, 2020
1 parent b032a15 commit 21b8ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctap/apdu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl TryFrom<&[u8]> for APDU {
}
}

return Err(ApduStatusCode::SW_INTERNAL_EXCEPTION);
Err(ApduStatusCode::SW_INTERNAL_EXCEPTION)
}
}

Expand Down

0 comments on commit 21b8ad1

Please sign in to comment.