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 Jan 16, 2024
1 parent 796d7cf commit af2db35
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ private AverageCoordinate calculateAverage(
final MemberDistances memberDistances, final String groupId, final String memberId) {

final Point averagePoint = memberDistances.getAveragePoint();
redisTemplate
.opsForGeo()
.add(groupId, averagePoint, groupId);
redisTemplate.opsForGeo().add(groupId, averagePoint, groupId);

final Distance distance = distance(groupId, memberId);

Expand Down

0 comments on commit af2db35

Please sign in to comment.