mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Remove unnecessary anding with true
This commit is contained in:
parent
f13f6adc0b
commit
3167a152b2
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ class TextSentinel
|
|||
seems_meaningful? &&
|
||||
seems_pronounceable? &&
|
||||
seems_unpretentious? &&
|
||||
seems_quiet? &&
|
||||
true
|
||||
seems_quiet?
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue