Skip to content

Commit 748f859

Browse files
authored
fix code formatting in readme
1 parent 9643491 commit 748f859

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ We define the following configuration class as "config context" for the parser:
5151

5252
```csharp
5353
internal record ExampleConfiguration
54-
{
55-
public string? algorithm;
56-
public bool help = false;
57-
}
54+
{
55+
public string? algorithm;
56+
public bool help = false;
57+
}
5858
```
5959

6060
Then we define the parser and run on console arguments:

0 commit comments

Comments
 (0)