mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Add a "return" statement to pacify perlcritic.
Per buildfarm member crake.
This commit is contained in:
parent
b09a64d602
commit
1dba1b61c2
@ -411,6 +411,8 @@ sub GenerateArrayTypes
|
||||
}
|
||||
|
||||
push @$types, @array_types;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
# Rename temporary files to final names.
|
||||
|
Loading…
Reference in New Issue
Block a user