chore: lint

This commit is contained in:
Zach Daniel 2022-05-25 12:18:54 -04:00
parent 464592430d
commit 1834251ca7
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
defmodule AshAdmin.Test.Api do
@moduledoc false
use Ash.Api,
extensions: [AshAdmin.Api]

View file

@ -1,4 +1,5 @@
defmodule AshAdmin.Test.Registry do
@moduledoc false
use Ash.Registry
entries do

View file

@ -1,4 +1,5 @@
defmodule AshAdmin.Test.Post do
@moduledoc false
use Ash.Resource,
data_layer: Ash.DataLayer.Ets