Completed
Push — master ( 1fd828...12ca14 )
by Sarah
01:27
created
widgets/TwitchtvFrame.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * @inheritdoc
20 20
      */
21
-   public function run()
21
+    public function run()
22 22
     {
23 23
         $url = Yii::$app->getModule('twitchtv')->getServerUrl() . '/embed/';
24 24
         return $this->render('twitchtvframe', ['twitchtvUrl' => $url]);
Please login to merge, or discard this patch.