Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Mar 15, 2017
1 parent 52634ae commit ffc7d15
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ public class FormattedLogValues : IReadOnlyList<KeyValuePair<string, object>>
private readonly string _originalMessage;

// for testing purposes
internal LogValuesFormatter Formatter
{
get
{
return _formatter;
}
}
internal LogValuesFormatter Formatter => _formatter;

public FormattedLogValues(string format, params object[] values)
{
Expand Down

0 comments on commit ffc7d15

Please sign in to comment.