Skip to content

Commit 580acee

Browse files
author
Per Kops
committedFeb 2, 2021
Remove more newlines
1 parent 5423ca8 commit 580acee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/Atc.Rest.Client/Serialization/DefaultJsonContractSerializer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public string Serialize(object value)
3939
public object? Deserialize(byte[] utf8Json, Type returnType)
4040
=> JsonSerializer.Deserialize(utf8Json, returnType, options);
4141
}
42-
}
42+
}

‎src/Atc.Rest.Client/Serialization/JsonSerializerOptionsExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public static JsonSerializerOptions WithoutConverter(
3939
return result;
4040
}
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)