We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b297766 commit 25e2a34Copy full SHA for 25e2a34
gem/lib/earlgrey/files/Swift-3.0/EarlGrey.swift
@@ -97,7 +97,7 @@ private func GREYWaitUntilIdle() {
97
}
98
99
open class EarlGrey: NSObject {
100
- open class func select(elementWithMatcher matcher:GREYMatcher,
+ open class func select(elementWithMatcher matcher: GREYMatcher,
101
file: StaticString = #file,
102
line: UInt = #line) -> GREYElementInteraction {
103
return EarlGreyImpl.invoked(fromFile: file.description, lineNumber: line)
@@ -136,7 +136,7 @@ extension GREYInteraction {
136
137
138
@discardableResult public func assert(_ matcher: @autoclosure () -> GREYMatcher,
139
- error:UnsafeMutablePointer<NSError?>!) -> Self {
+ error: UnsafeMutablePointer<NSError?>!) -> Self {
140
return self.assert(with: matcher(), error: error)
141
142
0 commit comments