We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da32ca3 commit 866f80fCopy full SHA for 866f80f
2 files changed
lib/vix/vips/image.ex
@@ -1844,7 +1844,7 @@ defmodule Vix.Vips.Image do
1844
:VIPS_FORMAT_DOUBLE
1845
1846
{_, _} = type ->
1847
- raise ArgumentError, "#{inspect type} is not supported"
+ raise ArgumentError, "#{inspect(type)} is not supported"
1848
end
1849
1850
mix.exs
@@ -104,8 +104,8 @@ defmodule Vix.MixProject do
104
preferred_envs: [
105
coveralls: :test,
106
"coveralls.detail": :test,
107
- "coveralls.post": :test,
108
- "coveralls.html": :test
+ "coveralls.post": :test,
+ "coveralls.html": :test
109
]
110
111
0 commit comments