diff --git a/src/CodeAnalysis/SponsorLinker.cs b/src/CodeAnalysis/SponsorLinker.cs index 05a034e0..98b07358 100644 --- a/src/CodeAnalysis/SponsorLinker.cs +++ b/src/CodeAnalysis/SponsorLinker.cs @@ -1,7 +1,7 @@ using System; +using Devlooped; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; -using Devlooped; namespace NuGetizer;