mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 10:36:12 +00:00
Remove redundant underscore
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ func (hook *BPMHook) Execute(packageChanges map[string]string, verbose bool, roo
|
||||
|
||||
// Get modified files slice
|
||||
modifiedFiles := make([]*PackageFileEntry, 0)
|
||||
for pkg, _ := range packageChanges {
|
||||
for pkg := range packageChanges {
|
||||
modifiedFiles = append(modifiedFiles, GetPackageFiles(pkg, rootDir)...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user