Skip to content

Commit 866f80f

Browse files
committed
mix format
1 parent da32ca3 commit 866f80f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/vix/vips/image.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ defmodule Vix.Vips.Image do
18441844
:VIPS_FORMAT_DOUBLE
18451845

18461846
{_, _} = type ->
1847-
raise ArgumentError, "#{inspect type} is not supported"
1847+
raise ArgumentError, "#{inspect(type)} is not supported"
18481848
end
18491849
end
18501850

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ defmodule Vix.MixProject do
104104
preferred_envs: [
105105
coveralls: :test,
106106
"coveralls.detail": :test,
107-
"coveralls.post": :test,
108-
"coveralls.html": :test
107+
"coveralls.post": :test,
108+
"coveralls.html": :test
109109
]
110110
]
111111
end

0 commit comments

Comments
 (0)