mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-06 06:55:06 +00:00
apply resharper's code style
This commit is contained in:
parent
1697db9d7f
commit
7fad829dd2
776 changed files with 14393 additions and 24502 deletions
|
|
@ -1,7 +1,4 @@
|
|||
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using System.Threading.Tasks;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace TLSharp.Tests
|
||||
|
|
@ -16,7 +13,7 @@ namespace TLSharp.Tests
|
|||
}
|
||||
|
||||
[Test]
|
||||
public async override Task AuthUser()
|
||||
public override async Task AuthUser()
|
||||
{
|
||||
await base.AuthUser();
|
||||
}
|
||||
|
|
@ -82,4 +79,4 @@ namespace TLSharp.Tests
|
|||
await base.SendMessageByUserNameTest();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<packages>
|
||||
<package id="NUnit" version="2.6.4" targetFramework="net45" />
|
||||
</packages>
|
||||
Loading…
Add table
Add a link
Reference in a new issue