replaced 3 if-not-blank checks with if-present checks (#2230)
* replaced if-not-blank with if-present an instance of code was testing presence via `!a.blank?`. this is now replaced with a more readable version: `a.present?` * replaced 2 if-not-blank checks with if-present checks * temporarily restrict travis * reverted travis changes * readded whitespace
Showing
Please
register
or
sign in
to comment