Skip to content

Commit aa2d584

Browse files
committed
Remove indentation
1 parent 51aaf20 commit aa2d584

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Build/TelemetryInfra/TelemetryDataUtils.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ private static JsonSerializerOptions CreateSerializerOptions()
4949
{
5050
var opt = new JsonSerializerOptions
5151
{
52-
WriteIndented = true,
52+
// Add following if user-friendly indentation would be needed
53+
// WriteIndented = true,
5354
Converters =
5455
{
5556
new TargetDataConverter(),

0 commit comments

Comments
 (0)