From e3decd2e3bac1b7b22f8ee1f1479c5f6e7db9e3a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 25 Feb 2026 10:25:44 -0800 Subject: [PATCH] go fmt --- weed/remote_storage/azure/azure_storage_client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/remote_storage/azure/azure_storage_client_test.go b/weed/remote_storage/azure/azure_storage_client_test.go index 51ed9c3e1..71bbc91b6 100644 --- a/weed/remote_storage/azure/azure_storage_client_test.go +++ b/weed/remote_storage/azure/azure_storage_client_test.go @@ -389,4 +389,3 @@ func TestAzureErrRemoteObjectNotFoundIsAccessible(t *testing.T) { require.Error(t, remote_storage.ErrRemoteObjectNotFound) require.Equal(t, "remote object not found", remote_storage.ErrRemoteObjectNotFound.Error()) } -