We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a30825 commit 972ec2fCopy full SHA for 972ec2f
Sources/SwiftDiagnostics/DiagnosticsFormatter.swift
@@ -25,7 +25,6 @@ public struct DiagnosticsFormatter {
25
26
/// Print given diagnostics for a given syntax tree on the command line
27
public static func annotatedSource(tree: SourceFileSyntax, diags: [Diagnostic]) -> String {
28
-
29
let slc = SourceLocationConverter(file: "", tree: tree)
30
31
// First, we need to put each line and its diagnostics together
0 commit comments