aboutsummaryrefslogtreecommitdiff
path: root/apps/thulani_bot/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/thulani_bot/mix.exs')
-rw-r--r--apps/thulani_bot/mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/thulani_bot/mix.exs b/apps/thulani_bot/mix.exs
index 9d3b6ae..9338bb1 100644
--- a/apps/thulani_bot/mix.exs
+++ b/apps/thulani_bot/mix.exs
@@ -17,7 +17,9 @@ defmodule Thulani.Bot.MixProject do
def application do
[
- extra_applications: [:logger],
+ extra_applications: [
+ :logger
+ ],
mod: {Thulani.Bot.Application, []}
]
end