Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Sep 4, 2024
1 parent 2a30881 commit 009e74d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static JsonSerializerSettings GetJsonSerializerSettings(this LenientParsi
: new DefaultContractResolver();
if (lenient.HasFlag(LenientParsing.MOST_LENIENT))
{
converters.Insert(index:0, item: new NewtonsoftGasqualitaetStringEnumConverter());
converters.Insert(index: 0, item: new NewtonsoftGasqualitaetStringEnumConverter());
// needs to be placed BEFORE the regular StringEnumConverter, see its documentation
}
var settings = new JsonSerializerSettings
Expand Down

0 comments on commit 009e74d

Please sign in to comment.