Skip to content

Commit

Permalink
Fix warning by using Elixir 1.9 Config module
Browse files Browse the repository at this point in the history
  • Loading branch information
b1az committed Aug 30, 2022
1 parent d7552e7 commit 1f4e99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :kafka_ex,
# A list of brokers to connect to. This can be in either of the following formats
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 :ex_unit, capture_log: is_nil(System.get_env("SHOW_LOGS"))

Expand Down

0 comments on commit 1f4e99a

Please sign in to comment.