Skip to content

Commit 30b4174

Browse files
Merge branch 'fix/#177-sort-photos' of https://github.com/boostcampwm-2024/iOS04-PhotoGether into fix/#177-sort-photos
2 parents 253f8b8 + efea361 commit 30b4174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhotoGether/DomainLayer/PhotoGetherDomain/PhotoGetherDomain/UseCaseImpl/CaptureVideosUseCaseImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class CaptureVideosUseCaseImpl: CaptureVideosUseCase {
3535
}
3636
}
3737

38-
// case의 순서는 참가자의 참가 순서에 따른 화면 배치이고 sequence는 이미지 데이터 전달할 때의 배열 순서입니다
38+
/// case의 순서는 참가자의 참가 순서에 따른 화면 배치이고 sequence는 이미지 데이터 전달할 때의 배열 순서입니다
3939
private enum PositionOder: Int {
4040
case topLeading
4141
case bottomTrailing

0 commit comments

Comments
 (0)