We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I found that the following file needs to have to formatter applied twice before reaching a stable state.
I am using version 1.18.1-all-deps
1.18.1-all-deps
package com.example; import static java.lang.Math.sqrt; public class JavaFormatterExample { public static void unusedStaticImport() { } }
After the first application:
package com.example; public class JavaFormatterExample { public static void unusedStaticImport() {} }
After the second application (one line deleted after the package declaration):
Regards,
The text was updated successfully, but these errors were encountered:
#598
Sorry, something went wrong.
No branches or pull requests
Hi,
I found that the following file needs to have to formatter applied twice before reaching a stable state.
I am using version
1.18.1-all-deps
After the first application:
After the second application (one line deleted after the package declaration):
Regards,
The text was updated successfully, but these errors were encountered: