Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanJY-Wong committed Jul 22, 2020
1 parent 9503539 commit 56f0bc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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)));
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using Improbable.Gdk.Core;
using Improbable.Gdk.Core.Commands;
Expand Down

0 comments on commit 56f0bc2

Please sign in to comment.