Skip to content

Commit 38a4eec

Browse files
committed
Don't need a return at the end of a sub
This should give a small performance improvement
1 parent 00cd199 commit 38a4eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
}
113113

114114
method getline(){
115-
return @!fields;
115+
@!fields;
116116
}
117117
}
118118

0 commit comments

Comments
 (0)