Skip to content

Commit 64f423e

Browse files
committed
Corrected roque parenth.
1 parent 20b60ff commit 64f423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/Deserializers/JsonDeserializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private object ConvertValue(Type type, object value)
196196
}
197197
else if (type == typeof(DateTime)
198198
#if !PocketPC
199-
|| type == typeof(DateTimeOffset))
199+
|| type == typeof(DateTimeOffset)
200200
#endif
201201
)
202202
{

0 commit comments

Comments
 (0)