Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethOkerio committed Mar 31, 2023
1 parent 943e59a commit 239d4d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private ODataResourceValue CreateODataResourceValue(object graph, IEdmStructured
SetPropertyValueInternal(property, graph, properties, writeContext);
}
}
else
else
{
HashSet<string> structuralPropertyNames = new HashSet<string>(StringComparer.OrdinalIgnoreCase);

Expand All @@ -162,7 +162,7 @@ private ODataResourceValue CreateODataResourceValue(object graph, IEdmStructured
SetPropertyValueInternal(property, graph, properties, writeContext);
}
}
}
}
}

resourceValue.Properties = properties;
Expand Down

0 comments on commit 239d4d2

Please sign in to comment.