Fix typo
authorHongkuk, Son <hongkuk.son@samsung.com>
Fri, 7 Apr 2017 09:49:09 +0000 (18:49 +0900)
committerHongkuk, Son <hongkuk.son@samsung.com>
Fri, 7 Apr 2017 09:49:59 +0000 (18:49 +0900)
 - remove duplicated semicolon, ';'

Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I36075a95f6c1ee144e4992ae52eea4af809242c2

src/Tizen.Network.IoTConnectivity/Tizen.Network.IoTConnectivity/Resource.cs

index f2dbb8d..763ba9e 100755 (executable)
@@ -436,7 +436,7 @@ namespace Tizen.Network.IoTConnectivity
 
             try
             {
-                representation = (representationHandle == IntPtr.Zero) ? null : new Representation(representationHandle); ;
+                representation = (representationHandle == IntPtr.Zero) ? null : new Representation(representationHandle);
             }
             catch (Exception exp)
             {