Completed
Pull Request — master (#33)
by Jason
06:34
created
code/blocks/EmbedBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * @return FieldList
30 30
      */
31
-    public function getCMSFields(){
31
+    public function getCMSFields() {
32 32
         $fields = parent::getCMSFields();
33 33
 
34 34
         $fields->removeByName([
Please login to merge, or discard this patch.