Fix formatting warnings (#30122)

This commit is contained in:
slarticodefast
2024-07-17 20:25:19 +02:00
committed by GitHub
parent be9acaea35
commit 6f5077803b
3 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ namespace Content.Server.Botany.Components
/// <summary>
/// Name of a base seed prototype that is used if <see cref="Seed"/> is null.
/// </summary>
[DataField("seedId", customTypeSerializer:typeof(PrototypeIdSerializer<SeedPrototype>))]
[DataField("seedId", customTypeSerializer: typeof(PrototypeIdSerializer<SeedPrototype>))]
public string? SeedId;
}
}