Skip to content

Commit 972ec2f

Browse files
committed
Remove superfluous line
1 parent 7a30825 commit 972ec2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftDiagnostics/DiagnosticsFormatter.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public struct DiagnosticsFormatter {
2525

2626
/// Print given diagnostics for a given syntax tree on the command line
2727
public static func annotatedSource(tree: SourceFileSyntax, diags: [Diagnostic]) -> String {
28-
2928
let slc = SourceLocationConverter(file: "", tree: tree)
3029

3130
// First, we need to put each line and its diagnostics together

0 commit comments

Comments
 (0)