Skip to content

Commit

Permalink
remove unused async keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Sep 2, 2016
1 parent bf35234 commit 21cb100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GUI/GH1866.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void Sanity()
}

[Test]
public async void TestSimple()
public void TestSimple()
{
var modules = _registry.available_modules
.Select((mod) => new GUIMod(mod.Value.Latest(), _registry, _instance.KSP.Version()))
Expand Down

0 comments on commit 21cb100

Please sign in to comment.