Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOwnership committed Aug 31, 2024
1 parent e93dc30 commit 1596a5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/rautil/genachnews.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ module.exports = class GenerateAchievementNewsCommand extends Command {
{
case "day":
releaseDate = `${date.toLocaleString('en-us', { month: 'long' })} ${day}, ${year}`;
break;
break;
case "month":
releaseDate = `${date.toLocaleString('en-us', { month: 'long' })} ${year}`;
break;
break;
case "year":
releaseDate = `${year}`;
break;
break;
default:
releaseDate = json.Released;
}
Expand Down

0 comments on commit 1596a5a

Please sign in to comment.