Skip to content

Commit fe2a579

Browse files
committed
[Test] Fix indentation
1 parent f173124 commit fe2a579

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)