Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
J-TRIB-227: code formatting indentation fix
- reasoning: encountered a strange occurence of indentation errors. In Intellij, everything appeared indented at the same levels. On github and on the local git diff cmd line, the newly added line was indented further than everything else. - fix: deleted apparent soft returns and spaces in the code block and used hard returns and tabs. Everything is now equally indented.
- Loading branch information