Skip to content

Commit 6f1c638

Browse files
committed
Mix format
1 parent f1ee06c commit 6f1c638

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ defmodule Sqids.MixProject do
1111
app: :sqids,
1212
version: @version,
1313
description: description(),
14-
elixir: "~> 1.7", # but only 1.11+ is supported
14+
# but only 1.11+ is supported
15+
elixir: "~> 1.7",
1516
start_permanent: mix_env === :prod,
1617
deps: deps(),
1718
elixirc_paths: elixirc_paths(mix_env),

0 commit comments

Comments
 (0)