Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix solution for KeyboardRow #283

Merged
merged 1 commit into from
Jan 21, 2020
Merged

Conversation

antranapp
Copy link
Contributor

No description provided.

@soapyigu
Copy link
Owner

soapyigu commented Dec 9, 2019

Seems the indention is a little weird (2 vs. 4 spaces) in your pull request, could you fix the problem?

return words.filter { word in rowOne.contains(word) || rowTwo.contains(word) || rowThree.contains(word) }
}
return words.filter { word in rowOne.contains(word.lowercased()) || rowTwo.contains(word.lowercased()) || rowThree.contains(word.lowercased()) }
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indention here is inconsistent with that of 4 spaces above.

@soapyigu soapyigu merged commit 9251282 into soapyigu:master Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants