mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #76499 from SataQiu/fix-bug-shellcheck
Follow up of #76314
This commit is contained in:
		@@ -43,5 +43,4 @@ find_files() {
 | 
				
			|||||||
    \) -name '*.go'
 | 
					    \) -name '*.go'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GOFMT="gofmt -s -w"
 | 
					find_files | xargs gofmt -s -w
 | 
				
			||||||
find_files | xargs "${GOFMT}"
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user