Skip to content

Commit 976d457

Browse files
committed
Fix indent
1 parent 40fcff7 commit 976d457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/containers/edit-and-refresh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ To quickly iterate changes, you can start your application in a container. Then,
8080

8181
```csharp
8282
public Startup(IConfiguration configuration, IWebHostEnvironment webHostEnvironment)
83-
{
84-
Configuration = configuration;
85-
Env = webHostEnvironment;
86-
}
83+
{
84+
Configuration = configuration;
85+
Env = webHostEnvironment;
86+
}
8787
```
8888

8989
For more information, see [Razor file compilation in ASP.NET Core](/aspnet/core/mvc/views/view-compilation?view=aspnetcore-3.1).

0 commit comments

Comments
 (0)