Skip to content

Commit

Permalink
build: SwiftFormat 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Jan 11, 2024
1 parent acde157 commit 2244efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct KalmanFilter {
// 우리가 궁금한건 위도와 경도이기 때문에 필요한 부분만 기재했습니다.

var prevTime: Date

init(initLocation: CLLocation) {
x = .init(initLocation.coordinate.latitude, 0, initLocation.coordinate.longitude, 0)
prevTime = initLocation.timestamp
Expand Down

0 comments on commit 2244efd

Please sign in to comment.