mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03: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…
x
Reference in New Issue
Block a user