Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 43  →  ?path2? @ 44
/trunk/Winify/Utilities/LogMemorySink.cs
@@ -18,10 +18,7 @@
 
public void Emit(LogEvent logEvent)
{
if (logEvent == null)
{
throw new ArgumentNullException(nameof(logEvent));
}
if (logEvent == null) throw new ArgumentNullException(nameof(logEvent));
 
using (var stringWriter = new StringWriter())
{