Fix formatting to match .editorconfig (IDE0055 warnings) (#23301)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user