chore: fix format of file to pass format check

This commit is contained in:
Kjell Winblad 2023-08-24 16:50:35 +02:00
parent 9fe5080705
commit fa6a98e2a3
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ apps =
:xref.start(:xref)
:xref.set_default(:xref, warnings: false)
rel_dir = '_build/#{profile}/lib/'
rel_dir = ~c"_build/#{profile}/lib/"
:xref.add_release(:xref, rel_dir)
{:ok, calls} = :xref.q(:xref, '(App) (XC | [#{Enum.join(apps, ",")}] || mria:create_table/_)')
{:ok, calls} = :xref.q(:xref, ~c"(App) (XC | [#{Enum.join(apps, ",")}] || mria:create_table/_)")
emqx_calls =
calls