Skip to content

Organize imports refactoring adds an extra breakline every time #991

@pushkine

Description

@pushkine

Run F1 > Organize imports with the following snippet

<script>
	import { foo } from "./bar";
	import { bar } from "./foo";

	const leet = foo + bar;
</script>

Code_2021-05-07_09-55-07

Result:

Code_2021-05-07_09-55-12

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedFixed in master branch. Pending production release.bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions