Skip to content

Commit a381919

Browse files
committed
Fix compiler warning.
1 parent a4f7e9f commit a381919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LinqToExcel.Tests/Company.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class Company
66
{
77
public string Name { get; set; }
88
public string CEO { get; set; }
9-
public int EmployeeCount { get; set; }
9+
public int? EmployeeCount { get; set; }
1010
public DateTime StartDate { get; set; }
1111
public bool IsActive { get; set; }
1212
}

0 commit comments

Comments
 (0)