Skip to content

Commit

Permalink
Fix trailing spaces at the end of events
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Oct 7, 2020
1 parent 0022179 commit 0a3a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/YAML/Tidy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sub _process($self, $parent, $node) {
}
else {
# empty node
$from = $node->close->{start}->{line};
$from = $node->open->{end}->{line};
}

my $end2 = $node->closestart;
Expand Down

0 comments on commit 0a3a17e

Please sign in to comment.