Fix formatting to match .editorconfig (IDE0055 warnings) (#23301)
This commit is contained in:
@@ -16,7 +16,7 @@ public sealed partial class ClimbingComponent : Component
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether the owner is being moved onto the climbed entity.
|
/// Whether the owner is being moved onto the climbed entity.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AutoNetworkedField, DataField(customTypeSerializer:typeof(TimeOffsetSerializer))]
|
[AutoNetworkedField, DataField(customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||||
public TimeSpan? NextTransition;
|
public TimeSpan? NextTransition;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user