github.com/elek/golangci-lint@v1.42.2-0.20211208090441-c05b7fcb3a9a/test/testdata/fix/in/gofmt.go (about)

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