Commit b341c1f4 authored by Jeremy Mikola's avatar Jeremy Mikola

Remove extra whitespace

parent 48712c21
...@@ -135,7 +135,7 @@ class CreateIndexes implements Executable ...@@ -135,7 +135,7 @@ class CreateIndexes implements Executable
$cmd['writeConcern'] = \MongoDB\write_concern_as_document($this->options['writeConcern']); $cmd['writeConcern'] = \MongoDB\write_concern_as_document($this->options['writeConcern']);
} }
$server->executeCommand($this->databaseName, new Command($cmd)); $server->executeCommand($this->databaseName, new Command($cmd));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment