Fixed svace issue (#53)
authoryounho park <31116732+titicoco@users.noreply.github.com>
Thu, 18 Jan 2018 10:16:26 +0000 (19:16 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 10:16:26 +0000 (19:16 +0900)
src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs

index 35a5b37..2ed8b21 100644 (file)
@@ -40,8 +40,8 @@ namespace Tizen.Messaging.Push
                         Log.Info(Interop.PushClient.LogTag, "Creating New Instance");
                         _instance = new PushImpl();
                     }
+                    return _instance;
                 }
-                return _instance;
             }
         }