Post-review fixes #2 (#4)
[platform/core/csapi/tizenfx.git] / src / Tizen.System.Session / Session / Session.cs
index 26d086a..4cfad7d 100644 (file)
@@ -215,7 +215,6 @@ namespace Tizen.System
 
             _replyMap[taskID] = (int result, IntPtr data) =>
             {
-
                 try
                 {
                     CheckError((SessionError)result, "Interop failed to remove a subsession user");