Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Apr 13, 2024
1 parent c2b609e commit d236dcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optimizer/sum_array_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func BenchmarkSumArray(b *testing.B) {

require.NoError(b, err)
require.Equal(b, 10, out)

}

func TestOptimize_sum_array(t *testing.T) {
Expand Down

0 comments on commit d236dcd

Please sign in to comment.