Skip to content

Commit

Permalink
Merge pull request #208 from Numpsy/semi_colon_sep
Browse files Browse the repository at this point in the history
When printing analysis messages to the console, separate the texttual…
  • Loading branch information
baronfel authored Feb 18, 2024
2 parents 20d2c64 + 3a4b910 commit fbe5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ let printMessages (msgs: AnalyzerMessage list) =

msgLogger.Log(
severityToLogLevel[m.Severity],
"{0}({1},{2}): {3} {4} - {5}",
"{0}({1},{2}): {3} {4} : {5}",
m.Range.FileName,
m.Range.StartLine,
m.Range.StartColumn,
Expand Down

0 comments on commit fbe5cbc

Please sign in to comment.