Core: cosmetic, fix whitespace in Session.cs

Some tabs to spaces
This commit is contained in:
Andres G. Aragoneses 2020-09-14 23:51:13 +08:00
parent a74f8f2252
commit ff4ba68074

View file

@ -74,7 +74,6 @@ namespace TgSharp.Core
public class Session
{
private const string defaultConnectionAddress = "149.154.175.100";//"149.154.167.50";
private const int defaultConnectionPort = 443;
public string SessionUserId { get; set; }