Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Mar 4, 2024
1 parent 4a8d898 commit 7c1d93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ final class StderrDiagnosticPrinter {
}

if let category = diagnostic.category {
stderr.write("\(ansiSGR(.boldYellow))[\(category)] ")
stderr.write("\(ansiSGR(.boldYellow))[\(category)] ")
}
stderr.write("\(ansiSGR(.boldWhite))\(diagnostic.message)\(ansiSGR(.reset))\n")
}
Expand Down

0 comments on commit 7c1d93c

Please sign in to comment.