Skip to content

Commit

Permalink
resource align
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Apr 20, 2022
1 parent 0ad4f91 commit 209276f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void ProcessScope(LogRecordScope scope, ConsoleLogRecordExporter exporter)
this.WriteLine("\nResource associated with LogRecord:");
foreach (var resourceAttribute in resource.Attributes)
{
this.WriteLine($" {resourceAttribute.Key}: {resourceAttribute.Value}");
this.WriteLine($"{resourceAttribute.Key}: {resourceAttribute.Value}");
}
}

Expand Down

0 comments on commit 209276f

Please sign in to comment.