diff --git a/src/LogixData.cs b/src/LogixData.cs index 26bf5aac..4cc182ad 100644 --- a/src/LogixData.cs +++ b/src/LogixData.cs @@ -182,7 +182,11 @@ private static LogixType DeserializeAtomic(XElement element) /// /// Handles deserializing an array element to a . /// - private static LogixType DeserializeArray(XElement element) => new ArrayType(element); + private static LogixType DeserializeArray(XElement element) + { + + return new ArrayType(element); + } /// /// Handles deserializing an array index element to a logix type, either atomic, string, or structure,