This commit removes the extra white space from the codebase, which was identified as not following the project's style guide. The changes were made to the files affected by the issue #1110 . This change improves code readability and consistency across the project.
Fixes #(issue)
Type of change
Just put an x in the [] which are valid.
[x ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
[x] ./gradlew assembleDebug assembleRelease
[x ] ./gradlew checkstyle
Checklist:
[ x] My code follows the style guidelines of this project
[x ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x ] I have made corresponding changes to the documentation
Description
This commit removes the extra white space from the codebase, which was identified as not following the project's style guide. The changes were made to the files affected by the issue #1110 . This change improves code readability and consistency across the project.
Fixes #(issue)
Type of change
Just put an x in the [] which are valid.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
./gradlew assembleDebug assembleRelease
./gradlew checkstyle
Checklist: