Skip to content

Commit 7352eac

Browse files
vikasnkumarmohawk2
authored andcommitted
fixing code based on PR comments - cosmetic
1 parent 7081c7c commit 7352eac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/demo.pl

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ sub prompt {
9393
);
9494
prompt("Area curve with filled colors");
9595

96-
9796
################################
9897
# some 3d stuff
9998
################################

lib/PDL/Graphics/Gnuplot.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5301,7 +5301,7 @@ our $cOptionsAbbrevs = _gen_abbrev_list(keys %$cOptionsTable);
53015301
pt => ["pointtype"],
53025302
ps => ["pointsize"],
53035303
fs => ["fillstyle"],
5304-
fc => ["fillcolor"]
5304+
fc => ["fillcolor"],
53055305
};
53065306
for my $k(%$officialAbbrevs){
53075307
$cOptionsAbbrevs->{$k} = $officialAbbrevs->{$k};

0 commit comments

Comments
 (0)