Skip to content

Commit 0d1048a

Browse files
committed
chore: ensure that compilation is re-run before formatting
1 parent 611b149 commit 0d1048a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/spark/formatter.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if Code.ensure_loaded?(Sourceror) do
5858
end
5959

6060
def format(contents, opts) do
61+
Mix.Task.reenable("compile")
6162
Mix.Task.run("compile")
6263

6364
config =

0 commit comments

Comments
 (0)