aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/githubinfo.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-20 11:28:17 -0400
committerGravatar ToxicKidz <[email protected]>2021-03-20 11:28:17 -0400
commitd945ec3314500e579d8e79f086d53453886daf9a (patch)
treeef126cf2aba18e0630ea96b4a5d3d14d9d017190 /bot/exts/evergreen/githubinfo.py
parentMerge branch 'github-repo-command' of https://github.com/ToxicKidz/sir-lanceb... (diff)
Fix trailing whitespace
Diffstat (limited to 'bot/exts/evergreen/githubinfo.py')
-rw-r--r--bot/exts/evergreen/githubinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/githubinfo.py b/bot/exts/evergreen/githubinfo.py
index 0b2c4c77..07175857 100644
--- a/bot/exts/evergreen/githubinfo.py
+++ b/bot/exts/evergreen/githubinfo.py
@@ -152,7 +152,7 @@ class GithubInfo(commands.Cog):
embed.set_footer(
text=(
f"{repo_data['forks_count']} ⑂ "
- f"• {repo_data['stargazers_count']} ⭐ "
+ f"• {repo_data['stargazers_count']} ⭐ "
f"• Created At {repo_created_at} "
f"• Last commit "
)