Skip to content

Commit a85948d

Browse files
committed
format
1 parent 71b8e00 commit a85948d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defmodule Coophub.MixProject do
1818
dialyzer_warnings: [:error_handling, :race_conditions, :underspecs, :unknown],
1919
dialyzer_ignored_warnings: [
2020
# {tag, {file, line}, {warning_type, arguments}}
21-
{:_, {'lib/cachex/warmer.ex', :_}, :_}
21+
{:_, {~c"lib/cachex/warmer.ex", :_}, :_}
2222
]
2323
]
2424
end

0 commit comments

Comments
 (0)