Skip to content

Commit b4e3d35

Browse files
author
René Hrdina
committed
fix indentation
1 parent 772399c commit b4e3d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle/FieldHandler/EnhancedBinaryFileHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ protected function storeBinaryFileToPath(EnhancedBinaryFileValue $value, $storag
102102
{
103103
$binaryCreateStruct = $this->IOService
104104
->newBinaryCreateStructFromLocalFile($value->inputUri);
105-
$encodedFilename = uniqid();
106-
$binaryCreateStruct->id = $storagePrefix . $encodedFilename;
105+
$encodedFilename = uniqid();
106+
$binaryCreateStruct->id = $storagePrefix . $encodedFilename;
107107

108108
$binaryFile = $this->IOService->createBinaryFile($binaryCreateStruct);
109109

0 commit comments

Comments
 (0)