-
Couldn't load subscription status.
- Fork 450
Fix indentation #651
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 indentation #651
Conversation
|
This will have to wait for the next release. Maybe we can even get everything under shfmt and instate a test that ensures no deviation. |
|
OK, thank you! |
|
is |
|
I thought #651 (comment) is saying |
|
You are correct. Sorry about this. |
|
No problem! |
6bc25f7 to
def9ee0
Compare
I noticed inconsistent indentations in editing the files for #650. Some part of the files uses 4 spaces while double spaces are used in the other part of the same files.
I also noticed that some files (
lib/bats-core/formatter.bash,lib/bats-core/semaphore.bash) are entirely indented by 4 spaces, but I have kept these files untouched though I notice that such files conflict with Contributor Guidelines.