Fix formatting to match .editorconfig (IDE0055 warnings) (#23301)

This commit is contained in:
LordCarve
2024-01-01 03:20:02 +01:00
committed by GitHub
parent bf7aa47b32
commit 24f07b203f
2 changed files with 278 additions and 278 deletions

View File

@@ -16,7 +16,7 @@ public sealed partial class ClimbingComponent : Component
/// <summary>
/// Whether the owner is being moved onto the climbed entity.
/// </summary>
[AutoNetworkedField, DataField(customTypeSerializer:typeof(TimeOffsetSerializer))]
[AutoNetworkedField, DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
public TimeSpan? NextTransition;
/// <summary>