Browse Source

code formatting

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
40268978e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/nextcloud/android/sso/InputStreamBinder.java

+ 1 - 1
src/main/java/com/nextcloud/android/sso/InputStreamBinder.java

@@ -242,7 +242,7 @@ public class InputStreamBinder extends IInputStreamService.Stub {
     }
 
     private boolean validateToken(String hash, String token) {
-        if(hash.isEmpty() || !hash.contains("$")) {
+        if (hash.isEmpty() || !hash.contains("$")) {
             throw new IllegalStateException(EXCEPTION_INVALID_TOKEN);
         }