Skip to content

Commit

Permalink
Update src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Verdonck <[email protected]>
  • Loading branch information
dawedawe and nojaf authored Dec 12, 2023
1 parent 8673e27 commit ffadf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ type Client<'TAttribute, 'TContext when 'TAttribute :> AnalyzerAttribute and 'TC

if shouldExclude then
logger.LogInformation(
"Excludings{0} from {1}",
"Excluding {0} from {1}",
registeredAnalyzer.Name,
assembly.FullName
)
Expand Down

0 comments on commit ffadf7c

Please sign in to comment.