google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 292 forks source link

Fix syntax error about `FBLPromise+Wrap.m` #166

Closed sushichop closed 3 years ago

sushichop commented 3 years ago

This pull request fixes this issue: #164 (I'll fix this issue since there seems to be no response about it for a while...)

Thanks in advance.

sushichop commented 3 years ago

And I checked unit test passed using Xcode🙂

sushichop commented 3 years ago

I have updated the commit. Could you check it?

ykjchen commented 3 years ago

Thanks!