@@ -72,7 +72,7 @@ |
||
72 | 72 | */ |
73 | 73 | protected function getQueriesBody($mode, $limit) |
74 | 74 | { |
75 | - if($mode == 'multiple'){ |
|
75 | + if ($mode == 'multiple') { |
|
76 | 76 | return $this->getMultipleInsertQueriesBody($limit); |
77 | 77 | } |
78 | 78 |