Parenthesis is redundant

This commit is contained in:
Paul Pacheco 2018-08-10 07:37:41 -05:00
parent 00f571c28c
commit 97fe2331f1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
namespace UnityEngine.Networking.Tests namespace UnityEngine.Networking.Tests
{ {
[TestFixture()] [TestFixture]
public class NetworkHash128Test public class NetworkHash128Test
{ {
[Test] [Test]

View File

@ -4,7 +4,7 @@
namespace UnityEngine.Networking.Tests namespace UnityEngine.Networking.Tests
{ {
[TestFixture()] [TestFixture]
public class NetworkWriterTest public class NetworkWriterTest
{ {