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

Use tabs for indentation in all tests #233

Conversation

IvanRenison
Copy link
Contributor

Some tests had spaces in the indentation, in these pull request I changed them all be tabs, so that the tests have the same style that the code

ll x = rhs.m;
return b - s->b < (s->m - m) * x;
}
ll m, b;
Copy link
Member

Choose a reason for hiding this comment

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

This and some other places got indented with two tabs instead of just one, somehow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I will check and fix

@IvanRenison
Copy link
Contributor Author

Fixed

@simonlindholm simonlindholm merged commit 81d547a into kth-competitive-programming:main Oct 25, 2023
1 check passed
@IvanRenison IvanRenison deleted the Fix_indentation_tests branch October 29, 2023 13:22
kuroni pushed a commit to kuroni/purdue-btr that referenced this pull request Jan 18, 2024
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