mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Fixed around 140 wrong namings and other refactorings which were marked as warnings
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using NadekoBot.Extensions;
|
||||
@@ -14,9 +12,7 @@ namespace NadekoBot.Tests
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
_grouper = new GreetGrouper<int>();
|
||||
}
|
||||
=> _grouper = new GreetGrouper<int>();
|
||||
|
||||
[Test]
|
||||
public void CreateTest()
|
||||
|
Reference in New Issue
Block a user