Skip to content

Commit fb831cb

Browse files
committed
Reformat
1 parent 3eac98f commit fb831cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDiagnostics/GroupedDiagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extension GroupedDiagnostics {
150150
let childPadding = String(slc.sourceLines.count + 1).count + 1;
151151

152152
// Collect the child sources.
153-
var childSources: [AbsolutePosition : String] = [:]
153+
var childSources: [AbsolutePosition: String] = [:]
154154
for childBufferID in sourceFiles[sourceFileID.id].children {
155155
let childSource = annotateSource(
156156
childBufferID,

0 commit comments

Comments
 (0)