Skip to content

Commit 25fc87d

Browse files
committed
Fix whitespace in a test
1 parent 6eec137 commit 25fc87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %target-swift-frontend %s -emit-ir -o -
22

33
func f() {
4-
enum NotAnError: Swift.Error {
5-
case nope(length: Int)
6-
}
4+
enum NotAnError: Swift.Error {
5+
case nope(length: Int)
6+
}
77
}
88

0 commit comments

Comments
 (0)