From 438fa7522e9e2add80729d6d75bc6bb3a122edc3 Mon Sep 17 00:00:00 2001 From: Jakob Haahr Taankvist Date: Wed, 1 May 2024 08:57:09 +0200 Subject: [PATCH] Ran the formatter --- lib/azurex/blob.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/azurex/blob.ex b/lib/azurex/blob.ex index 19ff0cd..3cf1bd9 100644 --- a/lib/azurex/blob.ex +++ b/lib/azurex/blob.ex @@ -169,7 +169,7 @@ defmodule Azurex.Blob do @doc """ Copies a blob to a destination. - + Note: Azure’s ‘[Copy Blob from URL](https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url)’ operation has a maximum size of 256 MiB. """