fix: reformat using C# rules

This commit is contained in:
ZavaruKitsu
2022-10-08 19:26:34 +03:00
parent a731e2a8d0
commit 5ab15621a0
180 changed files with 13136 additions and 13081 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ public class BotDbContext : DbContext
}
public DbSet<User> Users { get; set; }
}
}
+1 -1
View File
@@ -4,4 +4,4 @@ public class User
{
public long Id { get; set; }
public string LastMessage { get; set; }
}
}