Consistent code style for hash value accesses
This commit is contained in:
@@ -305,7 +305,7 @@ sub importPartitionsFromEnvironment
|
||||
{
|
||||
@PARTITIONS = ();
|
||||
|
||||
return unless exists $ENV{'NUMPARTITIONS'};
|
||||
return unless exists $ENV{ 'NUMPARTITIONS' };
|
||||
for ( my $i = 1 ; $i <= $ENV{ 'NUMPARTITIONS' } ; $i++ )
|
||||
{
|
||||
my @parts = split( /:/, $ENV{ 'PARTITION' . $i }, 7 );
|
||||
|
||||
Reference in New Issue
Block a user