mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-27 02:54:27 +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--;
|
||||
}
|
||||
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user