correct a syntax
This commit is contained in:
parent
4904b08a78
commit
67c66abb1e
@ -1388,7 +1388,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