Skip to content

Commit

Permalink
Arrange qualifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Mar 31, 2024
1 parent 8aa2501 commit 8f78efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Remora.Rest/Json/StringEnumConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public override void Write(Utf8JsonWriter writer, TEnum value, JsonSerializerOpt

/// <inheritdoc />
public override TEnum ReadAsPropertyName(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
=> this.Read(ref reader, typeToConvert, options);
=> Read(ref reader, typeToConvert, options);

/// <inheritdoc/>
public override void WriteAsPropertyName(Utf8JsonWriter writer, TEnum value, JsonSerializerOptions options)
Expand Down

0 comments on commit 8f78efe

Please sign in to comment.