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 3eac98f commit fb831cbCopy full SHA for fb831cb
Sources/SwiftDiagnostics/GroupedDiagnostics.swift
@@ -150,7 +150,7 @@ extension GroupedDiagnostics {
150
let childPadding = String(slc.sourceLines.count + 1).count + 1;
151
152
// Collect the child sources.
153
- var childSources: [AbsolutePosition : String] = [:]
+ var childSources: [AbsolutePosition: String] = [:]
154
for childBufferID in sourceFiles[sourceFileID.id].children {
155
let childSource = annotateSource(
156
childBufferID,
0 commit comments