Convert multi-assignments to single assignments#5608
Conversation
A number of classes contain multiple variables assigned on the same line. Break up these assignments to separate lines. Closes apache#3689
|
The build is failing due to unformatted files. If you run |
|
Thanks for the PR @ibilley7. I see you aren't listed on our "people" page, acknowledging contributors. If you wish to be added as a contributor to https://accumulo.apache.org/people/ , please open a pull request to add yourself at https://github.com/apache/accumulo-website/edit/main/pages/people.md and leave a reference to If you intend to be a regular contributor to Accumulo projects, please consider subscribing to our developer mailing list (https://accumulo.apache.org/contact-us/) and introducing yourself. (this message has been mostly copied and pasted from this comment) |
example contribution PR apache/accumulo#5608
A number of classes contain multiple variables assigned on the same line. Break up these assignments to separate lines.
Closes #3689