Skip to content

Commit c8c7663

Browse files
author
José Valim
committed
Run the formatter
1 parent 4e6261a commit c8c7663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/release.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ defmodule Mix.Release do
248248

249249
included != :maybe and properties[:included] != included ->
250250
if properties[:included] == :maybe do
251-
put_in seen[app][:included], included
251+
put_in(seen[app][:included], included)
252252
else
253253
Mix.raise(
254254
"#{inspect(app)} is listed both as a regular application and as an included application"

0 commit comments

Comments
 (0)