mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Core: cosmetic, fix whitespace in Session.cs
Some tabs to spaces
This commit is contained in:
parent
a74f8f2252
commit
ff4ba68074
|
|
@ -73,9 +73,8 @@ namespace TgSharp.Core
|
|||
|
||||
public class Session
|
||||
{
|
||||
private const string defaultConnectionAddress = "149.154.175.100";//"149.154.167.50";
|
||||
|
||||
private const int defaultConnectionPort = 443;
|
||||
private const string defaultConnectionAddress = "149.154.175.100";//"149.154.167.50";
|
||||
private const int defaultConnectionPort = 443;
|
||||
|
||||
public string SessionUserId { get; set; }
|
||||
internal DataCenter DataCenter { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue