Skip to content

Commit c398ea1

Browse files
EamonHethertonhaacked
authored andcommitted
Fixed Indentation
1 parent 0ef75b0 commit c398ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/Deserializers/XmlAttributeDeserializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public T Deserialize<T>(IRestResponse response)
5555
RemoveNamespace(doc);
5656
}
5757

58-
var x = Activator.CreateInstance<T>();
58+
var x = Activator.CreateInstance<T>();
5959
var objType = x.GetType();
6060

6161
if (objType.IsSubclassOfRawGeneric(typeof(List<>)))

0 commit comments

Comments
 (0)