Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadelange authored Dec 18, 2024
1 parent ec1f52c commit d244fc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ async fn leaderboard_today(ctx: Context<'_>) -> Result<(), Error> {

format!(
"{2:>4}) | {name:0$} | {stars:<5} | {1:>5}",
start_width,
x.score,
x.rank
start_width, x.score, x.rank
)
})
.collect::<Vec<String>>()
Expand Down

0 comments on commit d244fc3

Please sign in to comment.