Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Feb 16, 2025
1 parent 255eb53 commit 5eaf7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private User createAnonymousUser(Long anonId) {
*
* @param ghUser The GitHub user data to process.
* @return The updated or newly created User entity, or {@code null} if an error occurred during
* update.
* update.
*/
@Transactional(propagation = Propagation.REQUIRES_NEW)
public User processUser(GHUser ghUser) {
Expand Down

0 comments on commit 5eaf7e8

Please sign in to comment.