Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed May 27, 2020
1 parent 1a08f6b commit 97d9091
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Skybrud.Integrations.BorgerDk/BorgerDkArticle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Xml.Linq;
using HtmlAgilityPack;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
Expand Down Expand Up @@ -256,7 +255,7 @@ private string FixSimpleErrors(string str) {
str = str.Replace((char) 160, ' ');

return str;
;

}

#region Static methods
Expand Down

0 comments on commit 97d9091

Please sign in to comment.