mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Remove useless spaces
This commit is contained in:
parent
1e884dedef
commit
1e310b00fb
1 changed files with 0 additions and 3 deletions
|
@ -58,7 +58,6 @@ public class DataHolderUtil {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public String nextItemId() {
|
||||
String nextItemId = new BigInteger(130, random).toString(32);
|
||||
while (data.containsKey(nextItemId)) {
|
||||
|
@ -66,6 +65,4 @@ public class DataHolderUtil {
|
|||
}
|
||||
return nextItemId;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue