diff --git a/src/ThreadRunner.cs b/src/ThreadRunner.cs index ad9390f..8db4a50 100644 --- a/src/ThreadRunner.cs +++ b/src/ThreadRunner.cs @@ -112,7 +112,7 @@ namespace DCFApixels.DragonECS _isRunning = false; _worker = _nullWorker; - if(_catchedExceptions != null) + if (_catchedExceptions != null) { var exceptions = _catchedExceptions; _catchedExceptions = null;