Skip to content

Commit

Permalink
Fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Sep 9, 2024
1 parent 1f94cec commit 15381bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule AMQP.Mixfile do

def application do
[
applications: start_applications(Mix.env),
applications: start_applications(Mix.env()),
mod: {AMQP.Application, []}
]
end
Expand Down

0 comments on commit 15381bd

Please sign in to comment.