mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
Make consistent with other classes
This commit is contained in:
@@ -10,8 +10,7 @@ namespace Octokit
|
||||
[DebuggerDisplay("{DebuggerDisplay,nq}")]
|
||||
public class PunchCard
|
||||
{
|
||||
public PunchCard()
|
||||
{ }
|
||||
public PunchCard() { }
|
||||
|
||||
public PunchCard(IEnumerable<IList<int>> punchCardData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user