Skip to content

Commit 373992d

Browse files
authored
Update work-with-data-in-asp-net-core-apps.md (#35012)
Removes a closing brace that was out of place.
1 parent b24be0f commit 373992d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/architecture/modern-web-apps-azure/work-with-data-in-asp-net-core-apps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ Add support for memory (or distributed) caching with the following code:
415415
```csharp
416416
builder.Services.AddMemoryCache();
417417
builder.Services.AddMvc();
418-
}
419418
```
420419

421420
Be sure to add the `Microsoft.Extensions.Caching.Memory` NuGet package as well.

0 commit comments

Comments
 (0)