Skip to content

Commit 0bedaac

Browse files
authored
Update license-usage-summary.md formatting
1 parent e8b5cb7 commit 0bedaac

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)