Skip to content

Commit fb32768

Browse files
committed
[fix] formatting
1 parent 338ff27 commit fb32768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void Configuration(IApplicationBuilder app)
4242
public void ConfigureServices(IServiceCollection services)
4343
{
4444
...
45-
HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
45+
HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json)
4646
DIContainer.Current.RegisterJsonModelBinder();
4747
...
4848
}

0 commit comments

Comments
 (0)