Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
✨ spotless apply (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 17, 2023
1 parent b6a1ec7 commit 0abed20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public void apply(@NotNull Project project) {
ext.getCurrentYear()
.getOrElse(String.valueOf(
Calendar.getInstance().get(Calendar.YEAR))),
ext.getProjectEmoji().getOrElse("")).trim());
ext.getProjectEmoji().getOrElse(""))
.trim());

kotlin.trimTrailingWhitespace();
kotlin.endWithNewline();
Expand Down

0 comments on commit 0abed20

Please sign in to comment.