Skip to content

Commit

Permalink
Add an empty line between comments and cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 27, 2023
1 parent 87c2c34 commit c0c43eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent/CookieJar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Scalar::Util qw(looks_like_number);
has [qw(file ignore)];
has max_cookie_size => 4096;

my $COMMENT = "# Netscape HTTP Cookie File\n# This file was generated by Mojolicious! Edit at your own risk.\n";
my $COMMENT = "# Netscape HTTP Cookie File\n# This file was generated by Mojolicious! Edit at your own risk.\n\n";

sub add {
my ($self, @cookies) = @_;
Expand Down

0 comments on commit c0c43eb

Please sign in to comment.