Completed
Push — master ( c77b13...c77b13 )
by Jacob
02:57 queued 01:30
created
lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
                 'serverurl' => $this->get_config('serverurl'),
71 71
                 'apikey' => $this->get_config('apikey'),
72 72
                 'apisecret' => $this->get_config('apisecret')
73
-              );
73
+                );
74 74
             $this->add_button_after($params, 0, 'audiortc');
75 75
         }
76 76
 
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
                 'serverurl' => $this->get_config('serverurl'),
86 86
                 'apikey' => $this->get_config('apikey'),
87 87
                 'apisecret' => $this->get_config('apisecret')
88
-              );
88
+                );
89 89
             $this->add_button_after($params, 0, 'videortc');
90 90
         }
91 91
     }
Please login to merge, or discard this patch.