Skip to content

Commit bc46936

Browse files
authored
Merge pull request #26178 from DougGregor/test-indentation-fix
2 parents f173124 + fe2a579 commit bc46936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@propertyWrapper
22
public struct Wrapper<Value> {
3-
public var wrappedValue: Value
3+
public var wrappedValue: Value
44

5-
public init(wrappedValue: Value) {
6-
self.wrappedValue = wrappedValue
7-
}
5+
public init(wrappedValue: Value) {
6+
self.wrappedValue = wrappedValue
7+
}
88
}

0 commit comments

Comments
 (0)