mirror of
https://github.com/sochix/TLSharp.git
synced 2026-05-07 13:37:50 +00:00
Core: cosmetic, fix whitespace in Session.cs
Some tabs to spaces
This commit is contained in:
parent
a74f8f2252
commit
ff4ba68074
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue