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

bug: Sniper fails to add newline when adding new import statement #3698

Closed
slarse opened this issue Nov 16, 2020 · 0 comments · Fixed by #3702
Closed

bug: Sniper fails to add newline when adding new import statement #3698

slarse opened this issue Nov 16, 2020 · 0 comments · Fixed by #3702

Comments

@slarse
Copy link
Collaborator

slarse commented Nov 16, 2020

For example, with this file:

import java.util.Set;

public class Cls {}

adding an import statement will result in a pretty-print that looks something like this:

import java.util.ArrayList;java.util.Set;

public class Cls {}
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 a pull request may close this issue.

1 participant