Skip to content

Commit

Permalink
fix: spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Feb 26, 2025
1 parent 9eecc30 commit 3e07bf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public Slice<FeedOneResponse> findFeedByVisibilityAndPage(
ltMissionRecordId(lastId),
missionRecord.mission.member.in(members),
missionRecord.mission.visibility.in(visibilities),
checkMissionVisibilityNone(),
checkMissionVisibilityNone(),
uploadStatusCompleteEq())
.orderBy(missionRecord.finishedAt.desc())
.limit((long) size + 1)
Expand All @@ -159,7 +159,7 @@ public List<MissionRecord> findFeedAllByMemberId(
mission.visibility.in(visibilities),
mission.member.id.eq(memberId),
uploadStatusCompleteEq(),
checkMissionVisibilityNone())
checkMissionVisibilityNone())
.orderBy(missionRecord.startedAt.desc())
.fetch();
}
Expand Down

0 comments on commit 3e07bf4

Please sign in to comment.