Skip to content

Commit

Permalink
[fix] CapsuleType 순서 변경 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
solbat committed Dec 13, 2022
1 parent 058dd60 commit d61db64
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import UIKit
import CoreLocation

enum CapsuleType: CaseIterable {
case closedLongest
case closedShortest
case memoryOldest
case memoryNewest
case nearest
case farthest
case closedShortest
case closedLongest
case memoryNewest
case memoryOldest
case leastOpened
case mostOpened

Expand Down

0 comments on commit d61db64

Please sign in to comment.