Completed
Pull Request — master (#1589)
by
unknown
02:39
created
src/Form/Field/Display.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     public function render()
18 18
     {
19
-        if (is_null($this->value) AND is_null($this->default)){
19
+        if (is_null($this->value) AND is_null($this->default)) {
20 20
             return '';
21 21
         }
22 22
         
Please login to merge, or discard this patch.