Fix style

This commit is contained in:
Fedor Korotkiy 2020-03-06 00:02:39 +03:00
parent 4bd7608d85
commit a5854da086
2 changed files with 7 additions and 8 deletions

View file

@ -57,7 +57,6 @@ func TestComputeLoad_basic(t *testing.T) {
guests: []Guest{{4, 7}, {2, 4}, {2, 3}},
result: []Load{{2, 2}, {3, 1}, {7, 0}},
},
} {
t.Run(tc.title, func(t *testing.T) {
require.Equal(t, tc.result, ComputeLoad(tc.guests))