Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadRezaAnsari committed May 8, 2021
1 parent 91671f6 commit 4397883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

public infix operator ..
infix operator ..
public func ..<T: AnyObject>(lhs: T, rhs:(T)->()) -> T {
rhs(lhs)
return lhs
Expand Down

0 comments on commit 4397883

Please sign in to comment.