mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
Ignore spaces in empty lines
This commit is contained in:
@@ -65,7 +65,7 @@ public class ChangesetDescriptionTrailerProvider implements ChangesetPreProcesso
|
||||
}
|
||||
|
||||
public void handleLine(Scanner scanner, String line) {
|
||||
if (line.isEmpty()) {
|
||||
if (line.trim().isEmpty()) {
|
||||
handleEmptyLine(scanner, line);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user