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

[REF] Remove duplicate IF #21298

Merged
merged 1 commit into from
Aug 28, 2021
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

[REF] Remove duplicate IF

Before

IF clause is always true

After

If clause is gone

Technical Details

Earlier in the function there was already a RETURN if
so this IF is always true

Comments

Earlier in the function there was already a RETURN if
so this IF is always true
@civibot
Copy link

civibot bot commented Aug 28, 2021

(Standard links)

@civibot civibot bot added the master label Aug 28, 2021
@demeritcowboy demeritcowboy merged commit 42fdbf0 into civicrm:master Aug 28, 2021
@colemanw colemanw deleted the silly branch August 28, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants