Skip to content

Commit b341c1f

Browse files
committed
Remove extra whitespace
1 parent 48712c2 commit b341c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operation/CreateIndexes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function executeCommand(Server $server)
135135
$cmd['writeConcern'] = \MongoDB\write_concern_as_document($this->options['writeConcern']);
136136
}
137137

138-
$server->executeCommand($this->databaseName, new Command($cmd));
138+
$server->executeCommand($this->databaseName, new Command($cmd));
139139
}
140140

141141
/**

0 commit comments

Comments
 (0)