Skip to content

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Nov 3, 2024
1 parent fe8fc88 commit 3d64d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Owner/BenchmarkCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static async ValueTask ExecuteAsync(CommandContext context, [FromCode] st
string progress = await File.ReadAllTextAsync(statusPath);
if (!string.IsNullOrWhiteSpace(progress) && title != progress)
{
title = progress;
title = progress.Trim();
await context.EditResponseAsync(title);
}
}
Expand Down

0 comments on commit 3d64d06

Please sign in to comment.