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

Trailing blank rows in dependencies block are not removed #4

Open
andham opened this issue Apr 19, 2016 · 0 comments
Open

Trailing blank rows in dependencies block are not removed #4

andham opened this issue Apr 19, 2016 · 0 comments

Comments

@andham
Copy link
Member

andham commented Apr 19, 2016

tidy-m-p staged v1.0.0
Maven 3.3.3 on Oracle JDK 1.7.0_79 on Windows 7.

For this snippet:

<dependencies>
    <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.17</version>
    </dependency>


</dependencies>

I'd like the trailing blank rows to be removed (before the close dependencies tag), which they aren't.

@andham andham changed the title Trailing blank rows in dependencies block is not removed Trailing blank rows in dependencies block are not removed Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants