Skip to content

Commit

Permalink
Simplify analyzer namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Mar 28, 2023
1 parent 75140b4 commit 658a583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CloudStorageAccount.CodeAnalysis/SponsorLinker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;

namespace CloudStorageAccount.CodeAnalysis;
namespace Devlooped.CloudStorageAccount;

[DiagnosticAnalyzer(LanguageNames.CSharp, LanguageNames.VisualBasic, LanguageNames.FSharp)]
class SponsorLinker : SponsorLink
Expand Down

0 comments on commit 658a583

Please sign in to comment.