mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Remove unnecessary newline.
This commit is contained in:
parent
6658b92339
commit
186734fea9
@ -65,7 +65,8 @@ for ( my $i=0; $i <= $#patches; $i++ ) {
|
|||||||
$applied--;
|
$applied--;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print "failed!\n$last_results \n ==> No further patches will be attempted!\n";
|
print "failed!\n$last_results ==> No further patches will be attempted!\n";
|
||||||
|
last;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user