Skip to content

Commit b4bb629

Browse files
committed
fmt
1 parent e09c05e commit b4bb629

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/oci/storage/adapter.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ defmodule OCI.Storage.Adapter do
168168
@doc """
169169
Initiates a blob upload session.
170170
"""
171-
@callback initiate_blob_upload(storage :: t(), repo :: Registry.repo_t(), ctx :: OCI.Context.t()) ::
171+
@callback initiate_blob_upload(
172+
storage :: t(),
173+
repo :: Registry.repo_t(),
174+
ctx :: OCI.Context.t()
175+
) ::
172176
{:ok, upload_id :: Registry.uuid_t()}
173177
| {:error, term()}
174178
| {:error, term(), error_details_t}

0 commit comments

Comments
 (0)