Skip to content

Commit 9008afe

Browse files
authored
code formatting fix on by using a connection string
1 parent 4026908 commit 9008afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-blob-dotnet-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static void GetBlobServiceClient(ref BlobServiceClient blobServiceClient,
8080
You can also create a [BlobServiceClient](/dotnet/api/azure.storage.blobs.blobserviceclient) by using a connection string.
8181

8282
```csharp
83-
BlobServiceClient blobServiceClient = new BlobServiceClient(connectionString);
83+
BlobServiceClient blobServiceClient = new BlobServiceClient(connectionString);
8484
```
8585

8686
For information about how to obtain account keys and best practice guidelines for properly managing and safeguarding your keys, see [Manage storage account access keys](../common/storage-account-keys-manage.md).
@@ -239,4 +239,4 @@ The following guides show you how to use each of these classes to build your app
239239
- [Samples](../common/storage-samples-dotnet.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json#blob-samples)
240240
- [API reference](/dotnet/api/azure.storage.blobs)
241241
- [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Blobs)
242-
- [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
242+
- [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)

0 commit comments

Comments
 (0)