Skip to content

Commit

Permalink
remove extra constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Aug 1, 2024
1 parent 2fb6280 commit f38e5ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/PuppeteerSharp/TargetInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ namespace PuppeteerSharp
/// </summary>
public class TargetInfo
{
/// <summary>
/// Initializes a new instance of the <see cref="TargetInfo"/> class.
/// </summary>
public TargetInfo()
{
}

/// <summary>
/// Gets the type.
/// </summary>
Expand Down

0 comments on commit f38e5ea

Please sign in to comment.