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

Apply whitespace formatting changes. #232

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

kqarryzada
Copy link
Collaborator

This commit updates the spacing in the project to utilize consistent patterns, such as the use of a space after Java keywords such as 'if', 'for', etc.

These changes will appear in the GitHub blame history, but will not be seen within IDEs like InteeliJ that utilize
'git blame --ignore-all-space'.

Reviewer: vyhhuang

This commit updates the spacing in the project to utilize consistent
patterns, such as the use of a space after Java keywords such as 'if',
'for', etc. A new Checkstyle rule has been added to enforce this.

These whitespace changes will appear in the GitHub blame history, but
will not be seen within IDEs like IntelliJ that utilize
'git blame --ignore-all-space'.

Reviewer: vyhhuang
Copy link

@vyhhuang vyhhuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look fine to me.

@kqarryzada kqarryzada merged commit 5553f17 into master Sep 25, 2024
6 checks passed
@kqarryzada kqarryzada deleted the correct-formatting branch September 25, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants