Skip to content

Commit ce0d166

Browse files
authored
add newline at end of startImmediately.swift file
1 parent fba13f8 commit ce0d166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/Runtime/startImmediately.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,4 +563,4 @@ func call_taskImmediate_taskExecutor(taskExecutor: NaiveQueueExecutor) async {
563563
await call_taskImmediate_taskExecutor(
564564
taskExecutor: NaiveQueueExecutor(queue: DispatchQueue(label: "my-queue")))
565565

566-
print("DONE!") // CHECK: DONE!
566+
print("DONE!") // CHECK: DONE!

0 commit comments

Comments
 (0)