Skip to content

Commit 25e2a34

Browse files
kdawgwilkkhandpur
authored andcommitted
Fix spacing to not break lint rules
1 parent b297766 commit 25e2a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gem/lib/earlgrey/files/Swift-3.0/EarlGrey.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private func GREYWaitUntilIdle() {
9797
}
9898

9999
open class EarlGrey: NSObject {
100-
open class func select(elementWithMatcher matcher:GREYMatcher,
100+
open class func select(elementWithMatcher matcher: GREYMatcher,
101101
file: StaticString = #file,
102102
line: UInt = #line) -> GREYElementInteraction {
103103
return EarlGreyImpl.invoked(fromFile: file.description, lineNumber: line)
@@ -136,7 +136,7 @@ extension GREYInteraction {
136136
}
137137

138138
@discardableResult public func assert(_ matcher: @autoclosure () -> GREYMatcher,
139-
error:UnsafeMutablePointer<NSError?>!) -> Self {
139+
error: UnsafeMutablePointer<NSError?>!) -> Self {
140140
return self.assert(with: matcher(), error: error)
141141
}
142142

0 commit comments

Comments
 (0)