Skip to content

Commit

Permalink
Merge pull request #74 from BobyMCbobs/fix-gofmt-error
Browse files Browse the repository at this point in the history
Fix gofmt error
  • Loading branch information
BobyMCbobs authored May 6, 2023
2 parents 375414f + a614e29 commit 01a9fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/suite/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func init() {

func TestNewPRSuite(t *testing.T) {
for _, pr := range []*PullRequest{
&PullRequest{
{
PullRequestQuery: PullRequestQuery{
Number: githubql.Int(1),
Title: githubql.String("Conformance results for SOMETHING/v1.27"),
Expand Down

0 comments on commit 01a9fe6

Please sign in to comment.