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

Fix #87, Combine consecutive, mutually-exclusive status checks #88

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution
Fixes #87
Consecutive, mutually-exclusive status checks (two ifs) were combined into a single if/else.
Also cleared up a few out-of-place empty lines and minor typos in the same file.

Testing performed
GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.

Expected behavior changes
No change to behavior.

Contributor Info
Avi Weiss @thnkslprpt

@chillfig chillfig requested a review from dmknutsen March 9, 2023 19:46
@thnkslprpt thnkslprpt force-pushed the fix-87-combine-mutually-exclusive-status-checks branch 2 times, most recently from 26683ab to a3a2ca1 Compare March 20, 2023 23:41
@thnkslprpt thnkslprpt force-pushed the fix-87-combine-mutually-exclusive-status-checks branch from a3a2ca1 to d36e499 Compare March 23, 2023 22:15
@dzbaker
Copy link
Contributor

dzbaker commented Apr 6, 2023

@thnkslprpt CCB 6 April 2023: Would you be able to resolve the merge conflicts?

@thnkslprpt thnkslprpt force-pushed the fix-87-combine-mutually-exclusive-status-checks branch from d36e499 to 95a73f0 Compare April 6, 2023 20:33
@thnkslprpt thnkslprpt force-pushed the fix-87-combine-mutually-exclusive-status-checks branch from 95a73f0 to 52ebdb7 Compare April 6, 2023 20:35
@thnkslprpt
Copy link
Contributor Author

@thnkslprpt CCB 6 April 2023: Would you be able to resolve the merge conflicts?

All cleared up now @dzbaker
Cheers

@dzbaker dzbaker merged commit 6418164 into nasa:main Apr 6, 2023
@thnkslprpt thnkslprpt deleted the fix-87-combine-mutually-exclusive-status-checks branch April 6, 2023 21:15
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
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.

Combine consecutive mutually exclusive status checks into an if/else
4 participants