Browse Source

Remove empty line

Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
Armin Schrenk 4 years ago
parent
commit
e72d32f2d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/ui/src/main/java/org/cryptomator/ui/lock/LockWorkflow.java

+ 0 - 1
main/ui/src/main/java/org/cryptomator/ui/lock/LockWorkflow.java

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