1
0
mirror of https://github.com/fzipp/gocyclo.git synced 2025-02-06 11:01:57 +00:00

Reformat code

This commit is contained in:
Frederik Zipp 2020-10-18 17:47:25 +02:00
parent 81a5c14840
commit 841cfcc0a1

View File

@ -71,12 +71,11 @@ func TestTotalComplexity(t *testing.T) {
}
}
func TestSortAndFilter(t *testing.T) {
tests := []struct {
stats gocyclo.Stats
top int
over int
top int
over int
want gocyclo.Stats
}{
{