Skip to content

Commit c18a450

Browse files
style: remove extra whitespaces.
Signed-off-by: Khushal Patel <khushal.b.patel01@gmail.com>
1 parent 1986a60 commit c18a450

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

libraries/classes/Display/Results.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,12 +3374,12 @@ private function getDataCellForNonNumericColumns(
33743374
&& str_contains($transformationPlugin->getName(), 'Link'))
33753375
&& ! $meta->isBinary()
33763376
) {
3377-
[
3378-
$isFieldTruncated,
3379-
$column,
3380-
$originalLength,
3381-
$lineEnding,
3382-
] = $this->getPartialText($column);
3377+
[
3378+
$isFieldTruncated,
3379+
$column,
3380+
$originalLength,
3381+
$lineEnding,
3382+
] = $this->getPartialText($column);
33833383
}
33843384

33853385
if ($meta->isMappedTypeBit) {

0 commit comments

Comments
 (0)