Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Sep 19, 2023
1 parent 750695a commit d532c3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ACadSharp/Entities/MLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public partial class MLine : Entity
/// </summary>
/// <remarks>
/// Name reference: <br/>
/// String of up to 32 characters.The name of the style used for this mline.An entry for this style must exist in the MLINESTYLE dictionary.
/// String of up to 32 characters.The name of the style used for this mline. An entry for this style must exist in the MLINESTYLE dictionary.
/// Do not modify this field without also updating the associated entry in the MLINESTYLE dictionary
/// </remarks>
[DxfCodeValue(DxfReferenceType.Handle | DxfReferenceType.Name, 340)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using ACadSharp.Entities;
using ACadSharp.Tables;
using CSMath;
using System;
using System.Linq;
Expand Down

0 comments on commit d532c3c

Please sign in to comment.