Skip to content

Commit 8cf57fe

Browse files
committed
Whitespace change; *NO* functional changes.
1 parent 6b67e21 commit 8cf57fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/minify.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ subtest 'leading whitespace can be removed' => sub {
1616
###############################################################################
1717
subtest 'trailing whitespace can be removed' => sub {
1818
my $given = qq{var trailing="trailing whitespace gets removed"; \t\n\r \n};
19-
my $expect =qq{var trailing="trailing whitespace gets removed";};
19+
my $expect = qq{var trailing="trailing whitespace gets removed";};
2020
my $got = minify($given);
2121
is $got, $expect;
2222
};

0 commit comments

Comments
 (0)