Browse Source

fix style

Jiang qinghua 3 years ago
parent
commit
e8136429ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Form/Field/Sizeable.php

+ 1 - 1
src/Form/Field/Sizeable.php

@@ -28,7 +28,7 @@ trait Sizeable
     {
         return $this->size('lg');
     }
-    
+
     public function size(?string $size)
     {
         $this->size = $size;