Formated the code (removed useless spaces)

This commit is contained in:
Kilian Périsset 2020-02-13 13:48:17 +01:00 committed by tobiasKaminsky
parent 389090d3e8
commit c821f192d6
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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("/");