[Push] Fixed svace issue (#54) 5.0.0-preview1-00446
authoryounho park <31116732+titicoco@users.noreply.github.com>
Thu, 18 Jan 2018 10:42:48 +0000 (19:42 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 10:42:48 +0000 (19:42 +0900)
src/Tizen.Messaging.Push/Tizen.Messaging.Push/PushImpl.cs

index 8342b7a..8676c0a 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;
             }
         }