mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Remove whitespace
This commit is contained in:
parent
4c0dd10fb3
commit
5b6e8fb22c
@ -70,7 +70,7 @@ namespace MediaBrowser.Common.Json.Converters
|
|||||||
var convertedDictionary = new Dictionary<string?, TValue>(value.Count);
|
var convertedDictionary = new Dictionary<string?, TValue>(value.Count);
|
||||||
foreach (var (k, v) in value)
|
foreach (var (k, v) in value)
|
||||||
{
|
{
|
||||||
if (k != null)
|
if (k != null)
|
||||||
{
|
{
|
||||||
convertedDictionary[k.ToString()] = v;
|
convertedDictionary[k.ToString()] = v;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user