mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Adding Multi-Index support to IndexCreate #161

Closed bchavez closed 10 years ago

bchavez commented 10 years ago

For review.

Fixes issue #160

mfenniak commented 10 years ago

Looks great. Just a minor note on coding style, the rest of this project does not use whitespace after an open-parentheses and before a closing parentheses. Would you mind updating your PR to match the existing style?

bchavez commented 10 years ago

Hi @mfenniak ,