Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 28, 2023
1 parent e477942 commit 2cd100f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import java.util.ArrayList;
import java.util.List;
import java.util.UUID;

Expand Down Expand Up @@ -118,7 +117,7 @@ public GroupInfoResponse getGroupInfoResponse(Group group) {
public List<GroupInfoResponse> getMyGroups() {
Member loginMember = authService.getMemberByJwt();

if(loginMember.getGroupMembers().isEmpty()){
if (loginMember.getGroupMembers().isEmpty()) {
return List.of();
}

Expand Down

0 comments on commit 2cd100f

Please sign in to comment.