Skip to content

Commit d405728

Browse files
committed
refactor: [#801] fixed clippy warnings
1 parent 4464050 commit d405728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/user.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ impl RegistrationService {
213213

214214
if self.user_profile_repository.verify_email(&user_id).await.is_err() {
215215
return Err(ServiceError::DatabaseError);
216-
};
216+
}
217217

218218
Ok(true)
219219
}

0 commit comments

Comments
 (0)