Skip to content

Commit efb91f5

Browse files
committed
Fixes of the line indented problems
1 parent a67ef11 commit efb91f5

File tree

1 file changed

+4
-4
lines changed
  • src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage

1 file changed

+4
-4
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/FileStorage.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class FileStorage extends BaseStorage
2828
*/
2929
private function initialize(): void
3030
{
31-
if (!$this->secretData) {
32-
$creds = $this->readInCredentialsFile();
33-
$this->secretData = $this->encryptCredFileContents($creds);
34-
}
31+
if (!$this->secretData) {
32+
$creds = $this->readInCredentialsFile();
33+
$this->secretData = $this->encryptCredFileContents($creds);
34+
}
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)