11 lines
		
	
	
		
			203 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			203 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Egofumpt
 | 
						|
//golangcitest:config_path testdata/gofumpt-fix.yml
 | 
						|
//golangcitest:expected_exitcode 0
 | 
						|
package p
 | 
						|
 | 
						|
import "fmt"
 | 
						|
 | 
						|
func GofmtNotExtra(bar, baz string) {
 | 
						|
	fmt.Print(bar, baz)
 | 
						|
}
 |