Skip to content

Deliberately break it#4

Open
niloc132 wants to merge 4 commits into
spotless-applyfrom
needs-spotless
Open

Deliberately break it#4
niloc132 wants to merge 4 commits into
spotless-applyfrom
needs-spotless

Conversation

@niloc132

Copy link
Copy Markdown
Owner

No description provided.

return YEAR_FORMAT.format(getYear())
+ "-" + MONTH_DAY_FORMAT.format(getMonthValue())
+ "-" + MONTH_DAY_FORMAT.format(getDayOfMonth());
return YEAR_FORMAT.format(getYear()) + "-" + MONTH_DAY_FORMAT.format(getMonthValue()) + "-" + MONTH_DAY_FORMAT.format(getDayOfMonth());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[spotless] reported by reviewdog 🐶

Suggested change
return YEAR_FORMAT.format(getYear()) + "-" + MONTH_DAY_FORMAT.format(getMonthValue()) + "-" + MONTH_DAY_FORMAT.format(getDayOfMonth());
return YEAR_FORMAT.format(getYear()) + "-" + MONTH_DAY_FORMAT.format(getMonthValue()) + "-"
+ MONTH_DAY_FORMAT.format(getDayOfMonth());

…DateWrapper.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 this pull request may close these issues.

1 participant