Skip to content

Commit 4e2e3b1

Browse files
authored
Merge pull request #711 from DuendeSoftware/maartenba-patch-1
Update license-usage-summary.md formatting
2 parents aeb93f2 + 0bedaac commit 4e2e3b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/docs/identityserver/reference/models/license-usage-summary.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ such as property or constructor injection.
6767

6868
```csharp
6969
// An ASP.NET Core MVC Controller
70-
public class MyController: Controller {
71-
public MyController(LicenseUsageSummary summary) {
70+
public class MyController : Controller
71+
{
72+
public MyController(LicenseUsageSummary summary)
73+
{
7274
// use the summary information
7375
}
7476
}

0 commit comments

Comments
 (0)