Skip to content

Commit a49cda7

Browse files
committed
Run mix format
1 parent 8151ef3 commit a49cda7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mix/tasks/backpex.install.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,11 @@ if Code.ensure_loaded?(Igniter) do
154154
Igniter.exists?(igniter, ts_path) ->
155155
Mix.shell().info("Detected TypeScript app file: #{ts_path}")
156156
ts_path
157+
157158
Igniter.exists?(igniter, js_path) ->
158159
Mix.shell().info("Detected JavaScript app file: #{js_path}")
159160
js_path
161+
160162
true ->
161163
Mix.shell().info("No app.js or app.ts found, defaulting to: #{js_path}")
162164
js_path

0 commit comments

Comments
 (0)