removed unnecessary line break

This commit is contained in:
AndyScherzinger 2017-02-27 22:10:22 +01:00
parent 9d45479f0f
commit 5de19e2936
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -132,7 +132,6 @@ public class AdvancedFileAlterationListener implements FileAlterationListener {
bundle.putString(AutoUploadJob.ACCOUNT, syncedFolder.getAccount());
bundle.putInt(AutoUploadJob.UPLOAD_BEHAVIOUR, syncedFolder.getUploadAction());
new JobRequest.Builder(AutoUploadJob.TAG)
.setExecutionWindow(30_000L, 80_000L)
.setRequiresCharging(syncedFolder.getChargingOnly())