From 56f0bc2379cb1ee25cc79505c5fbd38cbb682e36 Mon Sep 17 00:00:00 2001 From: Bryan Wong Date: Wed, 22 Jul 2020 13:45:34 +0100 Subject: [PATCH] lint --- .../EditmodeTests/Correctness/Core/NullableResponseTests.cs | 6 +++--- .../io.improbable.gdk.testutils/MockCommandSender.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workers/unity/Assets/Tests/EditmodeTests/Correctness/Core/NullableResponseTests.cs b/workers/unity/Assets/Tests/EditmodeTests/Correctness/Core/NullableResponseTests.cs index 3a98a49619..dc05ecf497 100644 --- a/workers/unity/Assets/Tests/EditmodeTests/Correctness/Core/NullableResponseTests.cs +++ b/workers/unity/Assets/Tests/EditmodeTests/Correctness/Core/NullableResponseTests.cs @@ -1,4 +1,4 @@ -using Improbable.Gdk.Core; +using Improbable.Gdk.Core; using Improbable.Gdk.Core.Commands; using Improbable.Gdk.TestUtils; using Improbable.Worker.CInterop; @@ -90,8 +90,8 @@ private static EntityTemplate GetTemplate() private static Launcher.LaunchEntity.Request GetRequest() { return new Launcher.LaunchEntity.Request(new EntityId(EntityId), new LaunchCommandRequest(new EntityId(LaunchedId), - new Vector3f(1,0,1), - new Vector3f(0,1,0),5, new EntityId(EntityId))); + new Vector3f(1, 0, 1), + new Vector3f(0, 1, 0), 5, new EntityId(EntityId))); } } } diff --git a/workers/unity/Packages/io.improbable.gdk.testutils/MockCommandSender.cs b/workers/unity/Packages/io.improbable.gdk.testutils/MockCommandSender.cs index f2b5a75c39..7cd39cdc13 100644 --- a/workers/unity/Packages/io.improbable.gdk.testutils/MockCommandSender.cs +++ b/workers/unity/Packages/io.improbable.gdk.testutils/MockCommandSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Improbable.Gdk.Core; using Improbable.Gdk.Core.Commands;