[O] Fix AddAlarmViewController indents
This commit is contained in:
@@ -85,6 +85,7 @@ class AddAlarmViewController: UIViewController
|
|||||||
Removes the currently selcted alarm.
|
Removes the currently selcted alarm.
|
||||||
Returns the removed Alarm object.
|
Returns the removed Alarm object.
|
||||||
*/
|
*/
|
||||||
|
@discardableResult
|
||||||
func removeCurrentAlarm() -> Alarm? {
|
func removeCurrentAlarm() -> Alarm? {
|
||||||
let hours = Int(String(originalTime[...originalTime.index(originalTime.endIndex, offsetBy: -4 )]))!
|
let hours = Int(String(originalTime[...originalTime.index(originalTime.endIndex, offsetBy: -4 )]))!
|
||||||
let minutes = Int(String(originalTime.suffix(2)))!
|
let minutes = Int(String(originalTime.suffix(2)))!
|
||||||
|
|||||||
Reference in New Issue
Block a user