Skip to content

Commit 2a55b9d

Browse files
author
Jeff Smith
committed
Fix missing comma
1 parent 848b2c9 commit 2a55b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Picam.Mixfile do
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,
1010
compilers: [:elixir_make] ++ Mix.compilers,
11-
deps: deps()
11+
deps: deps(),
1212
description: description(),
1313
package: package(),
1414
name: "Picam",

0 commit comments

Comments
 (0)