chore: format/lint

This commit is contained in:
Zach Daniel 2022-11-21 03:08:04 -05:00
parent b4efb3a343
commit 061a1993e3
3 changed files with 3 additions and 3 deletions

View file

@ -16,6 +16,7 @@ spark_locals_without_parens = [
index: 2,
message: 1,
migrate?: 1,
migration_defaults: 1,
migration_types: 1,
name: 1,
on_delete: 1,

View file

@ -493,8 +493,7 @@ defmodule AshPostgres.Join do
join_relationship =
Ash.Resource.Info.relationship(relationship.source, relationship.join_relationship)
join_path =
Enum.reverse([join_relationship.name | path])
join_path = Enum.reverse([join_relationship.name | path])
full_path = path ++ [relationship.name]

View file

@ -61,7 +61,7 @@ defmodule AshPostgres.Repo do
def migrations_path, do: nil
def default_prefix, do: "public"
def override_migration_type(type), do: type
def min_pg_version(), do: 10
def min_pg_version, do: 10
def all_tenants do
raise """