From 19108fbb4131d06c903e3cc4f4d5244ec67abf73 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:39:40 +0800 Subject: [PATCH] refactoring --- src/ThreadRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;