Skip to content

Commit

Permalink
Whitespaces update
Browse files Browse the repository at this point in the history
  • Loading branch information
aavasthy committed Oct 31, 2022
1 parent a277c8f commit 8d02598
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public static void WriteTrace(

foreach (ITrace child in trace.Children)
{
WriteTrace(writer,
child,
WriteTrace(writer,
child,
isRootTrace: false);
}

Expand Down Expand Up @@ -532,7 +532,7 @@ private void WriteJsonUriArrayWithDuplicatesCounted(string propertyName, IReadOn
}
}

foreach (KeyValuePair<TransportAddressUri, int> contactedCount in uriCount)
foreach (KeyValuePair<TransportAddressUri, int> contactedCount in uriCount)
{
this.jsonWriter.WriteObjectStart();
this.jsonWriter.WriteFieldName("Count");
Expand Down

0 comments on commit 8d02598

Please sign in to comment.