Skip to content

Commit 6542f37

Browse files
Formatting
1 parent e5c56b6 commit 6542f37

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lib/migration_generator/phase.ex

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ defmodule AshPostgres.MigrationGenerator.Phase do
77

88
defmodule Create do
99
@moduledoc false
10-
defstruct [:table, :schema, :multitenancy, partitioning: nil, :repo, operations: [], commented?: false]
10+
defstruct [
11+
:table,
12+
:schema,
13+
:multitenancy,
14+
:repo,
15+
partitioning: nil,
16+
operations: [],
17+
commented?: false
18+
]
1119

1220
import AshPostgres.MigrationGenerator.Operation.Helper, only: [as_atom: 1]
1321

@@ -39,7 +47,7 @@ defmodule AshPostgres.MigrationGenerator.Phase do
3947
else
4048
""
4149
end
42-
50+
4351
arguments = arguments([prefix(schema), options(partitioning: partitioning)])
4452

4553
pre_create <>

0 commit comments

Comments
 (0)