Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kliukovkin committed Sep 10, 2024
1 parent 6cc01b1 commit 2553835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mockgen/mockgen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,5 +467,3 @@ func TestParseExcludeInterfaces(t *testing.T) {
})
}
}


4 changes: 2 additions & 2 deletions mockgen/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"go/token"
"testing"
"reflect"

"go.uber.org/mock/mockgen/model"
)

Expand Down Expand Up @@ -246,4 +246,4 @@ func Test_filterInterfaces(t *testing.T) {
}
})
}
}
}

0 comments on commit 2553835

Please sign in to comment.