chore: fix lint errors in mix.exs

This commit is contained in:
Zach Daniel 2020-06-02 01:51:13 -04:00
parent 7c987b32bb
commit bf0d1e0c96
No known key found for this signature in database
GPG key ID: C377365383138D4B

View file

@ -1,4 +1,5 @@
defmodule Ash.MixProject do
@moduledoc false
use Mix.Project
@description """
@ -25,7 +26,7 @@ defmodule Ash.MixProject do
]
end
defp docs() do
defp docs do
# The main page in the docs
[main: "readme", extras: ["README.md"]]
end