Skip to content

Commit

Permalink
Fix Swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Apr 11, 2017
1 parent 81d407a commit 39684c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HomeAssistant/Utilities/Utils.swift
Expand Up @@ -290,7 +290,6 @@ func openURLInBrowser(urlToOpen: URL) {
}
}


func removeSpecialCharsFromString(text: String) -> String {
let okayChars: Set<Character> =
Set("abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLKMNOPQRSTUVWXYZ1234567890".characters)
Expand Down

0 comments on commit 39684c7

Please sign in to comment.