In createQueryStringSnippet.js (and maybe elsewhere?) we have code like this:
// currently we don't have a working a code formatter, so we need to use this hack
const indent = " ";
We don't need to manually add indents for the Java generator, this was only needed for C#. Remove them all!
In createQueryStringSnippet.js (and maybe elsewhere?) we have code like this:
We don't need to manually add indents for the Java generator, this was only needed for C#. Remove them all!