Skip to content

Commit

Permalink
Fixed indentation in code snippet (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Oct 1, 2020
1 parent cf1eec1 commit 97f1a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ This is easy enough, but there is a more succinct way of achieving this by using

``` csharp
modelBuilder.Properties()
.Having(x =>x.GetCustomAttributes(false).OfType<IsUnicode>().FirstOrDefault())
.Having(x => x.GetCustomAttributes(false).OfType<IsUnicode>().FirstOrDefault())
.Configure((config, att) => config.IsUnicode(att.Unicode));
```

Expand Down

0 comments on commit 97f1a4f

Please sign in to comment.