From 9c257e44f0251812f4400d69084bce1ac6e9ed3e Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov Date: Tue, 18 Feb 2020 17:19:10 +0300 Subject: [PATCH] fix formatting --- Assets/UniRx.Async/PlayerLoopHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UniRx.Async/PlayerLoopHelper.cs b/Assets/UniRx.Async/PlayerLoopHelper.cs index 8242167..1a67a66 100644 --- a/Assets/UniRx.Async/PlayerLoopHelper.cs +++ b/Assets/UniRx.Async/PlayerLoopHelper.cs @@ -106,7 +106,7 @@ namespace UniRx.Async } [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] - static void Init () + static void Init() { // capture default(unity) sync-context. unitySynchronizationContetext = SynchronizationContext.Current;