From 9ae7eb0618de167d056dac27b73903c1e143f4a8 Mon Sep 17 00:00:00 2001 From: Benjamin Hallion Date: Thu, 14 May 2020 11:38:36 +0200 Subject: [PATCH] fix indentation --- .../PluginDev/Assets/GooglePlayGames/Editor/GPGSUpgrader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/PluginDev/Assets/GooglePlayGames/Editor/GPGSUpgrader.cs b/source/PluginDev/Assets/GooglePlayGames/Editor/GPGSUpgrader.cs index 64221bc8..ba45782f 100644 --- a/source/PluginDev/Assets/GooglePlayGames/Editor/GPGSUpgrader.cs +++ b/source/PluginDev/Assets/GooglePlayGames/Editor/GPGSUpgrader.cs @@ -33,8 +33,8 @@ public class GPGSUpgrader /// static GPGSUpgrader() { - if (EditorApplication.isPlayingOrWillChangePlaymode) - return; + if (EditorApplication.isPlayingOrWillChangePlaymode) + return; Debug.Log("GPGSUpgrader start"); string initialVer = GPGSProjectSettings.Instance.Get(GPGSUtil.LASTUPGRADEKEY, "00000"); if (!initialVer.Equals(PluginVersion.VersionKey))