diff --git a/algorithm/sorter_test.go b/algorithm/sorter_test.go index 8acd7ae..b072003 100644 --- a/algorithm/sorter_test.go +++ b/algorithm/sorter_test.go @@ -174,4 +174,4 @@ func TestCountSort(t *testing.T) { actual := fmt.Sprintf("%v", sortedPeopleByAge) asssert.Equal(expected, actual) -} \ No newline at end of file +}