Skip to content

Commit 83ff41f

Browse files
committed
run formatter
1 parent 7f8e6e4 commit 83ff41f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mix.exs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ defmodule Scenic.Mixfile do
3939
files: [
4040
"Makefile",
4141
"Makefile.win",
42-
"c_src/*.[ch]", # only include *.c and *.h files
43-
"lib/**/*.ex", # only include *.ex files
42+
# only include *.c and *.h files
43+
"c_src/*.[ch]",
44+
# only include *.ex files
45+
"lib/**/*.ex",
4446
"mix.exs",
4547
"README.md"
46-
4748
]
4849
],
4950
dialyzer: [plt_add_deps: :transitive, plt_add_apps: [:mix, :iex]],

0 commit comments

Comments
 (0)