Skip to content

Commit

Permalink
Support for overriding enum field name in JsonConverterEnum -- fix co…
Browse files Browse the repository at this point in the history
…mmit formating (dotnet#31081)
  • Loading branch information
jmaine committed May 28, 2020
1 parent 64de115 commit 8365f1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Runtime.Serialization;
using System.Linq;
// Licensed to the .NET Foundation under one or more agreements.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Runtime.Serialization;
using System.Linq;
using System.Collections.Concurrent;
using System.Globalization;
using System.Runtime.CompilerServices;
Expand Down

0 comments on commit 8365f1c

Please sign in to comment.