Skip to content

Commit ec89f02

Browse files
committed
Fix typo
1 parent 0855757 commit ec89f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Sources/Testing/ExitTests/ExitTest.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ extension ExitTest {
296296
var configuration = Configuration()
297297

298298
// Encode events as JSON and write them to the back channel file handle.
299-
// Only forward issue-recorded events. (If we start handling other kinds
300-
// of event in the future, we can forward them too.)
299+
// Only forward issue-recorded events. (If we start handling other kinds of
300+
// events in the future, we can forward them too.)
301301
let eventHandler = ABIv0.Record.eventHandler(encodeAsJSONLines: true) { json in
302302
try? _backChannelForEntryPoint?.write(json)
303303
}

0 commit comments

Comments
 (0)