Skip to content

Commit 479cb18

Browse files
committed
Remove blank line
1 parent e37f823 commit 479cb18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Destructurama.JsonNet/JsonNet/JsonNetDestructuringPolicy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ private static LogEventPropertyValue Destructure(JArray ja, ILogEventPropertyVal
5252
return new SequenceValue(elems);
5353
}
5454

55-
5655
private static LogEventPropertyValue Destructure(JObject jo, ILogEventPropertyValueFactory propertyValueFactory)
5756
{
5857
string typeTag = null;

0 commit comments

Comments
 (0)