Skip to content

Commit

Permalink
Unify coding style for else
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Sep 14, 2023
1 parent 94e2533 commit 7a26668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/topgg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ impl Stats {
serde_json::json!({
"server_count": self.guilds,
})
} else {
}
else {
serde_json::json!({
"server_count": self.guilds,
"shard_count": self.shards,
Expand Down

0 comments on commit 7a26668

Please sign in to comment.