Skip to content

Commit

Permalink
more style cop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjebo committed Jul 23, 2024
1 parent 4b29147 commit 37ca019
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public CommentPropertiesExtension(IEnumerable<OpenXmlElement> childElements)
/// Initializes a new instance of the CommentPropertiesExtension class with the specified child elements.
/// </summary>
/// <param name="childElements">Specifies the child elements.</param>
public CommentPropertiesExtension(params OpenXmlElement[] childElements)
public CommentPropertiesExtension(params OpenXmlElement[] childElements)
: base(childElements)
{
}
Expand All @@ -52,7 +52,7 @@ public CommentPropertiesExtension(params OpenXmlElement[] childElements)
/// Initializes a new instance of the CommentPropertiesExtension class from outer XML.
/// </summary>
/// <param name="outerXml">Specifies the outer XML of the element.</param>
public CommentPropertiesExtension(string outerXml)
public CommentPropertiesExtension(string outerXml)
: base(outerXml)
{
}
Expand Down

0 comments on commit 37ca019

Please sign in to comment.