Skip to content

Commit 81a44bf

Browse files
committed
Fix Elixir 1.18 formatting error
1 parent d71f451 commit 81a44bf

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lib/nerves/artifact/resolvers/gitea_api.ex

+10-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,16 @@ defmodule Nerves.Artifact.Resolvers.GiteaAPI do
4747
opts
4848
| headers: headers,
4949
url:
50-
Path.join([opts.base_url, "api", "v1", "repos", opts.repo, "releases", "tags", opts.tag])
50+
Path.join([
51+
opts.base_url,
52+
"api",
53+
"v1",
54+
"repos",
55+
opts.repo,
56+
"releases",
57+
"tags",
58+
opts.tag
59+
])
5160
}
5261
end
5362

0 commit comments

Comments
 (0)