Skip to content

Commit 63a5e55

Browse files
authored
Removed the extra indents
1 parent d6907da commit 63a5e55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/large-partition-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To create a container with a large partition key using the .NET SDK, specify the
2222

2323
```csharp
2424
await database.CreateContainerAsync(
25-
new ContainerProperties(collectionName, $"/longpartitionkey")
26-
{
27-
PartitionKeyDefinitionVersion = PartitionKeyDefinitionVersion.V2,
28-
})
25+
new ContainerProperties(collectionName, $"/longpartitionkey")
26+
{
27+
PartitionKeyDefinitionVersion = PartitionKeyDefinitionVersion.V2,
28+
})
2929
```
3030

3131
### v2 .NET SDK

0 commit comments

Comments
 (0)