-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I think, the following diff is only a newline diff.
);
} catch (FetcherException e) {
- LOGGER.error(
- "FetcherException should not be found here, as main Bibtex Entry already exists "
- + "(and failing additional fetches should be skipped)",
- e
+ LOGGER.error("FetcherException should not be found here, as main Bibtex Entry already exists " + "(and failing additional fetches should be skipped)", e
);
}
}I am going to use prettier-java with 80 column width. And now OpenRewrite and prettier-java "fight" about proper formatting.
I think, a solution of that could be if OpenRewrite does not change the AST if there are only whitespace changes.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status