github.com/chenfeining/golangci-lint@v1.0.2-0.20230730162517-14c6c67868df/test/testdata/fix/in/gofmt.go (about)

     1  //golangcitest:args -Egofmt
     2  //golangcitest:expected_exitcode 0
     3  package p
     4  
     5   func gofmt(a, b int) int {
     6   	if a != b {
     7   		return 1 
     8  	}
     9   	return 2
    10  }