Skip to content

Commit c50b88e

Browse files
authored
Merge pull request #8 from zetroot/feature/report-failed-service
Bump
2 parents c2c8cc0 + 30d07b7 commit c50b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NTorSpectator/Mastodon/Reporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public async Task PublishReport(IReadOnlyCollection<TorWatchResults> watchResult
3535
sb.AppendLine().AppendLine();
3636
foreach (var failResult in watchResults.Where(x => !x.IsOk))
3737
{
38-
sb.AppendFormat(" - \U0001F4A5 {0} not found", failResult.Site).AppendLine();
38+
sb.AppendFormat(" -\U0001F4A5 {0} not found", failResult.Site).AppendLine();
3939
}
4040
}
4141
await _mastodonClient.Toot(new(sb.ToString()));

0 commit comments

Comments
 (0)