Skip to content

Commit

Permalink
add newlines to the end of kruckenb's examples
Browse files Browse the repository at this point in the history
  • Loading branch information
frodwith committed Nov 19, 2010
1 parent be8c4fc commit 0a11306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/download-FBA-fulfillment-report.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
unlink "request.$req->{ReportRequestId}"; unlink "request.$req->{ReportRequestId}";
} }
} }
} }

3 changes: 2 additions & 1 deletion examples/request-FBA-fulfillment-report.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
if (my $req_id = $req->{ReportRequestInfo}->[0]->{ReportRequestId}) { if (my $req_id = $req->{ReportRequestInfo}->[0]->{ReportRequestId}) {
open my $req, "> request.${req_id}"; open my $req, "> request.${req_id}";
close $req; close $req;
} }

0 comments on commit 0a11306

Please sign in to comment.