Browse Source

Fix whitespace

Mark Story 6 years ago
parent
commit
284524b93f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Database/Schema/SqlserverSchema.php

+ 1 - 0
src/Database/Schema/SqlserverSchema.php

@@ -142,6 +142,7 @@ class SqlserverSchema extends BaseSchema
             if ($length == -1) {
                 $length = TableSchema::LENGTH_LONG;
             }
+
             return ['type' => TableSchema::TYPE_BINARY, 'length' => $length];
         }