Skip to content

Commit

Permalink
Internalize IScalarConversionPolicy, since no API allows one to be pl…
Browse files Browse the repository at this point in the history
…ugged in
  • Loading branch information
nblumhardt committed Apr 29, 2016
1 parent 3212714 commit f464c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog/Core/IScalarConversionPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Serilog.Core
/// Determine how a simple value is carried through the logging
/// pipeline as an immutable <see cref="ScalarValue"/>.
/// </summary>
public interface IScalarConversionPolicy
interface IScalarConversionPolicy
{
/// <summary>
/// If supported, convert the provided value into an immutable scalar.
Expand Down

0 comments on commit f464c46

Please sign in to comment.