From 912f7052a3ae11f97c32cf15eaf7c49f89ab621a Mon Sep 17 00:00:00 2001 From: dudaodong Date: Mon, 17 Jan 2022 10:29:42 +0800 Subject: [PATCH] gofmt --- algorithm/sorter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}