Skip to content

Commit

Permalink
silly me
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 21, 2022
1 parent 2bff663 commit cb533be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public override ExportResult Export(in Batch<Metric> batch)
bucketsBuilder.Append($"Min: {metricPoint.GetHistogramMin()} Max: {metricPoint.GetHistogramMax()} ");
}

bucketsBuilder.Append("\n\r");
bucketsBuilder.AppendLine();

bool isFirstIteration = true;
double previousExplicitBound = default;
Expand Down

0 comments on commit cb533be

Please sign in to comment.