Skip to content

Commit

Permalink
remove double spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeGirlMurph authored Sep 4, 2023
1 parent 94e46b2 commit a2ebc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/country-info/overviewSubcommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function getOverviewEmbed(country: Country, locale: string): EmbedBuilder {
name: "Demographics",
value: `- Population size: ${formatNumber(country.population, locale)} (${
countryData.indexOf(country) + 1
}.)\n- Is ${!country.unMember ? "not" : ""} a member of the UN\n- Top Level Domain: ${inlineCode(
}.)\n- Is${!country.unMember ? " not" : ""} a member of the UN\n- Top Level Domain: ${inlineCode(
country.tld.join(" / ")
)}\n- Currenc${country.currencies.length > 1 ? "ies" : "y"}: ${country.currencies.join(
", "
Expand Down

0 comments on commit a2ebc5d

Please sign in to comment.