Skip to content

Commit 7d1fa18

Browse files
Fix code block indent
1 parent f88262b commit 7d1fa18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ This section walks you through preparing a project to work with the Azure Blob S
3232

3333
To work with blob and container resources in a storage account, install the [azblob](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/) package using the following command:
3434

35-
```console
36-
go get github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
37-
```
35+
```console
36+
go get github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
37+
```
3838
To authenticate with Azure Active Directory (recommended), install the [azidentity](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity) module using the following command:
3939

40-
```console
41-
go get github.com/Azure/azure-sdk-for-go/sdk/azidentity
42-
```
40+
```console
41+
go get github.com/Azure/azure-sdk-for-go/sdk/azidentity
42+
```
4343

4444
### Download the sample application
4545

0 commit comments

Comments
 (0)