9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			146 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//golangcitest:args -Egofumpt
 | 
						|
package testdata
 | 
						|
 | 
						|
import "fmt"
 | 
						|
 | 
						|
func GofumptNewLine() {
 | 
						|
	fmt.Println( "foo" ) // ERROR "File is not `gofumpt`-ed"
 | 
						|
}
 |