Skip to content

Commit

Permalink
Complete go 1.20 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frankban committed Jun 10, 2023
1 parent 5dd84bd commit da72fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qtsuite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ import (

// Run runs each test method defined on the given value as a separate
// subtest. A test is a method of the form
//
// func (T) TestXxx(*quicktest.C)
//
// where Xxx does not start with a lowercase letter.
//
// If suite is a pointer, the value pointed to is copied before any
Expand All @@ -69,7 +71,9 @@ import (
// if desired - it's OK to call c.Parallel().
//
// If suite has a method of the form
//
// func (T) Init(*quicktest.C)
//
// this method will be invoked before each test run.
func Run(c *qt.C, suite interface{}) {
sv := reflect.ValueOf(suite)
Expand Down

0 comments on commit da72fb0

Please sign in to comment.