mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
Formated the code (removed useless spaces)
This commit is contained in:
parent
389090d3e8
commit
c821f192d6
1 changed files with 0 additions and 3 deletions
|
@ -37,8 +37,6 @@ public class FolderPickerActivityTest {
|
|||
public void getParentFolder_isNotRootFolderTest() {
|
||||
// Arrange
|
||||
FolderPickerActivity targetActivity = activityRule.getActivity();
|
||||
|
||||
|
||||
OCFile origin = new OCFile("/test/");
|
||||
origin.setFileId(1);
|
||||
origin.setRemotePath("/test/");
|
||||
|
@ -57,7 +55,6 @@ public class FolderPickerActivityTest {
|
|||
public void getParentFolder_isRootFolderTest() {
|
||||
// Arrange
|
||||
FolderPickerActivity targetActivity = activityRule.getActivity();
|
||||
|
||||
OCFile origin = new OCFile("/");
|
||||
origin.setFileId(1);
|
||||
origin.setRemotePath("/");
|
||||
|
|
Loading…
Reference in a new issue