diff --git a/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs b/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs index 4d4ccda5d..16a840e4c 100644 --- a/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs +++ b/Assets/Scripts/FixSystemNew/Cable/PhysicCable.cs @@ -59,4 +59,4 @@ public class PhysicCable : MonoBehaviour } } } -} \ No newline at end of file +} diff --git a/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs b/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs index 6eba7eff1..ab99be7fd 100644 --- a/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs +++ b/Assets/Scripts/FixSystemNew/Cable/PhysicLineSegment.cs @@ -100,4 +100,4 @@ public class PhysicLineSegment : MonoBehaviour particles[0].position = newStartPosition; } } -} \ No newline at end of file +}