Skip to content

Commit bd833d2

Browse files
committed
chore: format
1 parent 00eb03e commit bd833d2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/multitenancy.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ defmodule AshPostgres.MultiTenancy do
112112
end
113113
end
114114

115-
116115
defp compile_file(file) do
117116
AshPostgres.MigrationCompileCache.start_link()
118117
AshPostgres.MigrationCompileCache.compile_file(file)

test/concurrent_index_multitenancy_test.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ defmodule AshPostgres.Test.ConcurrentIndexMultitenancyTest do
9292

9393
test "logs warning when @disable_ddl_transaction migration runs inside a transaction" do
9494
tenant_name = "test_tenant_warning"
95-
migration_file = Path.join(@temp_migrations_dir, "20250101000001_create_table_with_attr.exs")
95+
96+
migration_file =
97+
Path.join(@temp_migrations_dir, "20250101000001_create_table_with_attr.exs")
9698

9799
# Migration has @disable_ddl_transaction but only creates a table (no CONCURRENTLY).
98100
# This lets the migration succeed while still triggering the warning when run in a transaction.

0 commit comments

Comments
 (0)