Skip to content

Commit 3d89c7f

Browse files
committed
fix: [torrust#1231] lint errors
1 parent 3e02b48 commit 3d89c7f

File tree

1 file changed

+2
-1
lines changed
  • packages/tracker-core/src/authentication

1 file changed

+2
-1
lines changed

packages/tracker-core/src/authentication/service.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ mod tests {
195195
}
196196

197197
#[tokio::test]
198-
async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration() {
198+
async fn it_should_not_authenticate_a_registered_but_expired_key_when_the_tracker_is_explicitly_configured_to_check_keys_expiration(
199+
) {
199200
let config = Core {
200201
private: true,
201202
private_mode: Some(PrivateMode {

0 commit comments

Comments
 (0)