@@ -93,7 +93,7 @@ |
||
93 | 93 | */ |
94 | 94 | public function compileUniqueRange(Blueprint $blueprint, Fluent $command): string |
95 | 95 | { |
96 | - if (! empty($command->additionalColumns)) { |
|
96 | + if (!empty($command->additionalColumns)) { |
|
97 | 97 | $this->addBtreeGistExtension(); |
98 | 98 | } |
99 | 99 |