diff --git a/LoopFollow/Alarm/AlarmCondition/MissedReadingCondition.swift b/LoopFollow/Alarm/AlarmCondition/MissedReadingCondition.swift index d6ff55aa3..12db0103d 100644 --- a/LoopFollow/Alarm/AlarmCondition/MissedReadingCondition.swift +++ b/LoopFollow/Alarm/AlarmCondition/MissedReadingCondition.swift @@ -8,7 +8,7 @@ struct MissedReadingCondition: AlarmCondition { static let type: AlarmType = .missedReading init() {} - func evaluate(alarm: Alarm, data: AlarmData, now : Date) -> Bool { + func evaluate(alarm: Alarm, data: AlarmData, now: Date) -> Bool { // ──────────────────────────────── // 0. sanity checks // ──────────────────────────────── diff --git a/LoopFollow/Remote/LoopAPNS/TOTPService.swift b/LoopFollow/Remote/LoopAPNS/TOTPService.swift index 1146dc4d7..8453124b8 100644 --- a/LoopFollow/Remote/LoopAPNS/TOTPService.swift +++ b/LoopFollow/Remote/LoopAPNS/TOTPService.swift @@ -1,6 +1,5 @@ // LoopFollow // TOTPService.swift -// Created by codebymini. import Foundation