Remove empty line

Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
This commit is contained in:
Armin Schrenk
2020-11-20 14:34:34 +01:00
committed by GitHub
parent 2545aa2a7e
commit e72d32f2d1

View File

@@ -57,7 +57,6 @@ public class LockWorkflow extends Task<Void> {
case CANCEL -> cancel(false);
}
}
return null;
}