style: clean code

This commit is contained in:
Fu Diwei
2021-08-05 18:32:40 +08:00
parent 394232ee41
commit 5470783813
3 changed files with 1 additions and 11 deletions

View File

@@ -221,7 +221,7 @@ namespace SKIT.FlurlHttpClient.Wechat
{
using StringReader reader = new StringReader(xml);
XmlSerializer xmlSerializer = new XmlSerializer(type, new XmlRootAttribute("xml"));
var obj = xmlSerializer.Deserialize(reader);
xmlSerializer.Deserialize(reader);
}
catch (Exception ex)
{