Skip to content

Commit 30d07b7

Browse files
committed
+semver: feature
bump!
1 parent 0fab22d commit 30d07b7

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)