Skip to content

Commit 738af9f

Browse files
committed
Evolution: Stylistic fixes for tests
1 parent e3df402 commit 738af9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

validation-test/Evolution/Inputs/bitwise_takable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public protocol Reporter {
2-
func report() -> String;
2+
func report() -> String
33
}
44
public class Subject {
55
public var value = 1

validation-test/Evolution/Inputs/protocol_add_requirements.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public protocol AddSubscriptProtocol {
149149
associatedtype Key
150150
associatedtype Value
151151

152-
func get(key key: Key) -> Value
153-
mutating func set(key key: Key, value: Value)
152+
func get(key: Key) -> Value
153+
mutating func set(key: Key, value: Value)
154154

155155
#if AFTER
156156
@_weakLinked subscript(key: Key) -> Value { get set }

0 commit comments

Comments
 (0)