From b783d2acb670ca6fc78ba42096c3efbe962c5938 Mon Sep 17 00:00:00 2001 From: oguzhankoral Date: Mon, 23 Jun 2025 15:57:24 +0300 Subject: [PATCH] Format --- src/Speckle.Objects/Other/LevelProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Speckle.Objects/Other/LevelProxy.cs b/src/Speckle.Objects/Other/LevelProxy.cs index 80bd3689..2732addc 100644 --- a/src/Speckle.Objects/Other/LevelProxy.cs +++ b/src/Speckle.Objects/Other/LevelProxy.cs @@ -15,6 +15,6 @@ public class LevelProxy : Base, IProxyCollection /// The list of application ids of objects that use this level /// public required List objects { get; set; } - + public required DataObject value { get; set; } }