From 6b243e6e43228ab36335e4b307d78eccff7893cc Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Mon, 1 Aug 2022 15:10:08 +0200 Subject: [PATCH] fix yamllinter (#10221) Co-authored-by: Paul Ritter --- Content.Server/Wires/WiresComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Wires/WiresComponent.cs b/Content.Server/Wires/WiresComponent.cs index d9a10c2a61..1fac36af4a 100644 --- a/Content.Server/Wires/WiresComponent.cs +++ b/Content.Server/Wires/WiresComponent.cs @@ -29,7 +29,7 @@ public sealed class WiresComponent : Component /// The layout ID of this entity's wires. /// [ViewVariables] - [DataField("LayoutId", customTypeSerializer: typeof(PrototypeIdSerializer), required: true)] + [DataField("LayoutId", required: true)] public string LayoutId { get; set; } = default!; ///