Skip to content

Commit 2dfc63d

Browse files
committed
Fix formatting in test/SILGen/accessibility_vtables_testable.swift
1 parent cd724d4 commit 2dfc63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILGen/accessibility_vtables_testable.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import accessibility_vtables_testable_helper
2121

2222
public class Derived : Middle {
23-
open override func method() {}
23+
open override func method() {}
2424
}
2525

2626
// LIBRARY-LABEL: sil_vtable {{(\[serialized\] )?}}Base {
@@ -46,4 +46,4 @@ public class Derived : Middle {
4646
// RESILIENT-CLIENT-LABEL: sil_vtable [serialized] Derived {
4747
// RESILIENT-CLIENT-NEXT: #Middle.method: (Middle) -> () -> () : @$s30accessibility_vtables_testable7DerivedC6methodyyF [override] // Derived.method()
4848
// RESILIENT-CLIENT-NEXT: #Derived.deinit!deallocator: @$s30accessibility_vtables_testable7DerivedCfD // Derived.__deallocating_deinit
49-
// RESILIENT-CLIENT-NEXT: }
49+
// RESILIENT-CLIENT-NEXT: }

0 commit comments

Comments
 (0)