correct a syntax
This commit is contained in:
parent
80ac6ee67d
commit
475bbf71ac
@ -1312,7 +1312,7 @@ sub manifest_adapter {
|
||||
}
|
||||
}
|
||||
|
||||
foreach my $col(keys %colstodel){
|
||||
foreach my $col (keys %colstodel){
|
||||
delete($data->{$col});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user