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

refactor: avoid useless boolean expression #1379

Merged
merged 1 commit into from
Feb 17, 2020
Merged

refactor: avoid useless boolean expression #1379

merged 1 commit into from
Feb 17, 2020

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Feb 17, 2020

Added in: #1377

We don't need the imageElement && here; we just checked imageElement on the line above.

Added in: #1377

We don't need the `imageElement &&` here; we just checked `imageElement`
on the line above.
@julien julien merged commit 170b67a into master Feb 17, 2020
@wincent wincent deleted the wincent/refactor branch February 18, 2020 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants