Make consistent with other classes

This commit is contained in:
Ryan Gribble
2016-07-05 23:45:20 +10:00
parent e3fa865381
commit c8072391d4
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ namespace Octokit
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class PunchCard
{
public PunchCard()
{ }
public PunchCard() { }
public PunchCard(IEnumerable<IList<int>> punchCardData)
{