diff --git a/Tests/EventBasedCoroutineTests.cs b/Tests/EventBasedCoroutineTests.cs index b9fe804..f1fbb91 100644 --- a/Tests/EventBasedCoroutineTests.cs +++ b/Tests/EventBasedCoroutineTests.cs @@ -337,5 +337,6 @@ namespace Tests { CoroutineHandler.Tick(1d); CoroutineHandler.RaiseEvent(evt); } + } } \ No newline at end of file diff --git a/Tests/TimeBasedCoroutineTests.cs b/Tests/TimeBasedCoroutineTests.cs index 7cdc943..2e0fa46 100644 --- a/Tests/TimeBasedCoroutineTests.cs +++ b/Tests/TimeBasedCoroutineTests.cs @@ -442,5 +442,6 @@ namespace Tests { Assert.AreEqual(1, counterChild, "Child counter is invalid at event 4."); always.Cancel(); } + } } \ No newline at end of file