Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Nov 19, 2017
1 parent 4951e25 commit 47bc3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeAssistant/HAAPI.swift
Expand Up @@ -963,7 +963,7 @@ public class HomeAssistantAPI {
var newAction = UNNotificationAction(identifier: action.Identifier,
title: action.Title, options: actionOptions)
if action.Behavior.lowercased() == "textinput",
let btnTitle = action.TextInputButtonTitle,
let btnTitle = action.TextInputButtonTitle,
let place = action.TextInputPlaceholder {
newAction = UNTextInputNotificationAction(identifier: action.Identifier,
title: action.Title,
Expand Down

0 comments on commit 47bc3e5

Please sign in to comment.