Armin Schrenk 8 months ago
parent
commit
cc1e542146
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/java/org/cryptomator/common/vaults/Vault.java

+ 0 - 2
src/main/java/org/cryptomator/common/vaults/Vault.java

@@ -205,7 +205,6 @@ public class Vault {
 			//we don't throw an exception since we don't wanna block unlocking
 			LOG.warn("Vault already added to quick access area. Will be removed on next lock operation.");
 			return;
-
 		}
 
 		quickAccessServices.stream() //
@@ -215,7 +214,6 @@ public class Vault {
 						this::addToQuickAccessInternal, //
 						() -> LOG.warn("Unable to add Vault to quick access area: Desired implementation not available.") //
 				);
-
 	}
 
 	private void addToQuickAccessInternal(@NotNull QuickAccessService s) {