Skip to content

Commit

Permalink
removed elixir warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-goodwin committed May 15, 2023
1 parent b8c89be commit 69ff172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use Mix.Config
import Config

import_config "#{Mix.env()}.exs"
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :divo,
divo: %{
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :divo,
divo: %{
Expand Down

0 comments on commit 69ff172

Please sign in to comment.