Skip to content

Commit 465394d

Browse files
committed
fixed indentation
1 parent 559f916 commit 465394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backwpup/utils/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class StorageUtils {
133133
// Only set passive mode checkbox if the passive mode option checkbox element exists and is visible
134134
const passiveCheckboxVisible = await this.page.locator('#ftppasv').isVisible().catch(() => false);
135135
if (passiveCheckboxVisible) {
136-
await this.page.locator('#ftppasv').setChecked(BACKWPUP_INFOS.ftp.passiveMode, { force: true });
136+
await this.page.locator('#ftppasv').setChecked(BACKWPUP_INFOS.ftp.passiveMode, { force: true });
137137
}
138138
const timestamp = Date.now();
139139
const directoryName = getFolderNameFromHost();

0 commit comments

Comments
 (0)