Skip to content

Commit c28ac16

Browse files
authored
reformat code
1 parent 1c765ea commit c28ac16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Show/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ public function json()
425425
if (json_last_error() == 0) {
426426
$field->border = false;
427427

428-
return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE).'</code></pre>';
428+
return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE).'</code></pre>';
429429
}
430430

431431
return $value;

0 commit comments

Comments
 (0)