diff --git a/plugins/pretty-json-column.php b/plugins/pretty-json-column.php
index 374fd782..92489cbf 100644
--- a/plugins/pretty-json-column.php
+++ b/plugins/pretty-json-column.php
@@ -18,9 +18,8 @@ class AdminerPrettyJsonColumn {
$json = $this->testJson($value);
if ($json !== $value) {
$jsonText = json_encode($json, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
- return "";
+ return "";
}
- return '';
}
function processInput($field, $value, $function = '') {