Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsbty committed Jun 21, 2024
1 parent 0a05884 commit eca9356
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ config :level10, Level10Web.Endpoint,
config :level10, Level10.PromEx, disabled: true

# Print only warnings and errors during test
config :logger, level: :warn
config :logger, level: :warning
2 changes: 1 addition & 1 deletion lib/level10/games.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defmodule Level10.Games do
the distributed registry and supervisor, or with Phoenix Presence or PubSub.
"""

alias Level10.Presence
alias Level10.Games.Card
alias Level10.Games.Game
alias Level10.Games.GameRegistry
Expand All @@ -18,6 +17,7 @@ defmodule Level10.Games do
alias Level10.Games.Levels
alias Level10.Games.Player
alias Level10.Games.Settings
alias Level10.Presence
require Logger

@typep game_name :: {:via, module, term}
Expand Down
Loading

0 comments on commit eca9356

Please sign in to comment.