Просмотр исходного кода

chore: linting change [skip ci]

marionbarker 11 месяцев назад
Родитель
Сommit
d1ee9f6792

+ 1 - 1
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
         // ────────────────────────────────

+ 0 - 1
LoopFollow/Remote/LoopAPNS/TOTPService.swift

@@ -1,6 +1,5 @@
 // LoopFollow
 // TOTPService.swift
-// Created by codebymini.
 
 import Foundation