Completed
Pull Request — master (#12)
by Jason
06:23
created
code/blocks/VideoBlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $fields = parent::getCMSFields();
28 28
 
29
-        $source = function(){
29
+        $source = function() {
30 30
             return SilverStripeYouTubeVideo::get()->map()->toArray();
31 31
         };
32 32
 
Please login to merge, or discard this patch.