Skip to content

Commit db4da1f

Browse files
committed
Nits
1 parent 5fac36b commit db4da1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/algorithms/hmac.rs

-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ pub trait MACLike {
121121
}
122122

123123
/// Authenticate a token.
124-
125124
fn authenticate<CustomClaims: Serialize + DeserializeOwned>(
126125
&self,
127126
claims: JWTClaims<CustomClaims>,
@@ -134,7 +133,6 @@ pub trait MACLike {
134133
}
135134

136135
/// Verify a token.
137-
138136
fn verify_token<CustomClaims: Serialize + DeserializeOwned>(
139137
&self,
140138
token: &str,

0 commit comments

Comments
 (0)