Skip to content

Commit b15e436

Browse files
authored
Merge pull request #3018 from practicalswift/perl
[gardening] Make code pass "perlcritic" review: Avoid subroutine prototypes.
2 parents 807a251 + 72cbb71 commit b15e436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/error_enum_to_cases.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use English;
55

6-
sub translateAvailability($) {
6+
sub translateAvailability {
77
my $version = shift;
88
$version =~ s/^\s+|\s+$//g;
99
if ($version eq "NA") { return "unavailable"; }

0 commit comments

Comments
 (0)