Skip to content

Commit ead5d5b

Browse files
committed
Remove blank lines
1 parent d53be6a commit ead5d5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NorthwindCRUD/Controllers/EmployeesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public ActionResult<PagedResultDto<EmployeeDto>> GetPagedEmployeesWithPage(
104104
}
105105
}
106106

107-
108107
/// <summary>
109108
/// Retrieves the total number of employees.
110109
/// </summary>
@@ -124,7 +123,6 @@ public ActionResult<CountResultDto> GetEmployeesCount()
124123
}
125124
}
126125

127-
128126
[HttpGet("{id}")]
129127
public ActionResult<EmployeeDto> GetById(int id)
130128
{

0 commit comments

Comments
 (0)