Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`val != ""` can be simplified to `not val` as an empty string is falsey
- Loading branch information
`val != ""` can be simplified to `not val` as an empty string is falsey