Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #55, Refactor HK_AppInit() and HK_TableInit() to remove multiple returns #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution

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

Expected behavior changes
No change to function logic/behavior other than removing the early returns.

Contributor Info
Avi Weiss @thnkslprpt

fsw/src/hk_app.c Fixed Show fixed Hide fixed
@thnkslprpt thnkslprpt force-pushed the fix-55-factor-out-multiple-returns branch from 46363b5 to 32ceb3a Compare June 18, 2023 00:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple returns in HK_AppInit() and HK_TableInit() can be refactored out
2 participants