forked from toolshed/abra
		
	refactor: S1005 gosimple
This commit is contained in:
		| @ -99,7 +99,7 @@ var recipeLintCommand = &cli.Command{ | |||||||
| 		if c.NArg() > 0 { | 		if c.NArg() > 0 { | ||||||
| 			return | 			return | ||||||
| 		} | 		} | ||||||
| 		for name, _ := range catl { | 		for name := range catl { | ||||||
| 			fmt.Println(name) | 			fmt.Println(name) | ||||||
| 		} | 		} | ||||||
| 	}, | 	}, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user