Browse Source

chore: fix format of file to pass format check

Kjell Winblad 2 năm trước cách đây
mục cha
commit
fa6a98e2a3

+ 2 - 2
scripts/check_missing_reboot_apps.exs

@@ -24,10 +24,10 @@ apps =
 
 
 :xref.start(:xref)
 :xref.start(:xref)
 :xref.set_default(:xref, warnings: false)
 :xref.set_default(:xref, warnings: false)
-rel_dir = '_build/#{profile}/lib/'
+rel_dir = ~c"_build/#{profile}/lib/"
 :xref.add_release(:xref, rel_dir)
 :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 =
 emqx_calls =
   calls
   calls