Commit 1dba1b61 authored by Tom Lane's avatar Tom Lane

Add a "return" statement to pacify perlcritic.

Per buildfarm member crake.
parent b09a64d6
......@@ -411,6 +411,8 @@ sub GenerateArrayTypes
}
push @$types, @array_types;
return;
}
# Rename temporary files to final names.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment