refactor: improve code formatting

This commit is contained in:
Rick Staa
2023-05-19 09:23:06 +02:00
parent edf00af449
commit 8d8d972ec6
+1 -1
View File
@@ -236,7 +236,7 @@ const fetchStats = async (
if (include_all_commits) {
stats.totalCommits = await totalCommitsFetcher(username);
}
// if count_private then add private contributions to totalCommits.
if (count_private) {
stats.totalCommits +=