Use file-scoped namespaces

This commit is contained in:
Andriy
2023-07-29 15:14:52 +03:00
parent a24332370d
commit 8ab067a027
58 changed files with 2222 additions and 2280 deletions
+4 -5
View File
@@ -1,9 +1,8 @@
using Telegram.Bot.Types;
namespace Kruzya.TelegramBot.RichSiteSummary
namespace Kruzya.TelegramBot.RichSiteSummary;
public struct UserUnsubscribe
{
public struct UserUnsubscribe
{
public ChatId ChatId;
}
public ChatId ChatId;
}