Skip to content

Commit 859f155

Browse files
committed
Remove Indentation Issues
1 parent 4e89a8f commit 859f155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Testing/ABI/EntryPoints/EntryPoint.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ func entryPoint(passing args: __CommandLineArguments_v0?, eventHandler: Event.Ha
5959
// Use experimental AdvancedConsoleOutputRecorder
6060
var advancedOptions = Event.AdvancedConsoleOutputRecorder<ABI.ExperimentalVersion>.Options()
6161
advancedOptions.base = .for(.stderr)
62-
62+
6363
let eventRecorder = Event.AdvancedConsoleOutputRecorder<ABI.ExperimentalVersion>(options: advancedOptions) { string in
6464
try? FileHandle.stderr.write(string)
6565
}
66-
66+
6767
configuration.eventHandler = { [oldEventHandler = configuration.eventHandler] event, context in
6868
eventRecorder.record(event, in: context)
6969
oldEventHandler(event, context)
@@ -627,7 +627,7 @@ public func configurationForEntryPoint(from args: __CommandLineArguments_v0) thr
627627
configuration.exitTestHandler = ExitTest.handlerForEntryPoint()
628628
#endif
629629

630-
// Warning issues (experimental).
630+
// Warning issues (experimental).
631631
switch args.eventStreamVersionNumber {
632632
case .some(..<ABI.v6_3.versionNumber):
633633
// If the event stream version was explicitly specified to a value < 6.3,

0 commit comments

Comments
 (0)