Skip to content

Commit 668109a

Browse files
author
christophej
committed
Fix code formatting
1 parent de31cc5 commit 668109a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Query/Builder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,10 @@ public function forPage($page, $perPage = 15)
550550
*/
551551
public function insert(array $values)
552552
{
553-
if(empty($values)) {
554-
return true;
553+
if (empty($values)) {
554+
return true;
555555
}
556-
556+
557557
// Since every insert gets treated like a batch insert, we will have to detect
558558
// if the user is inserting a single document or an array of documents.
559559
$batch = true;

0 commit comments

Comments
 (0)