Skip to content

Commit 9646535

Browse files
author
Chris Pilcher
committed
Spacing
1 parent 7e4f2e0 commit 9646535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Palindromes/Palindromes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Cocoa
22

3-
public func palindromeCheck (text: String?) -> Bool {
3+
public func palindromeCheck(text: String?) -> Bool {
44
if let text = text {
55
let mutableText = text.trimmingCharacters(in: NSCharacterSet.whitespaces).lowercased()
66
let length: Int = mutableText.characters.count

0 commit comments

Comments
 (0)