Skip to content

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