Skip to content

Commit

Permalink
fixxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
flovnes authored Apr 30, 2024
1 parent df63ec1 commit 67798dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/methods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ private static List<Student> ProcessData(List<Student> students)
return processedStudents;
}

return processedStudents;
}

private static void WriteData(List<Student> students, string filename)
{
var max_len = students.Max(s => s.surName.Length);
Expand Down

0 comments on commit 67798dc

Please sign in to comment.