Passed
Pull Request — master (#1970)
by
unknown
03:04
created
src/Work/Live/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             'begin_time' => $beginTime,
38 38
             'end_time' => $endTime,
39 39
             'next_key' => $nextKey,
40
-			'limit' => $limit
40
+            'limit' => $limit
41 41
         ];
42 42
 
43 43
         return $this->httpPostJson('cgi-bin/living/get_user_livingid', $params);
Please login to merge, or discard this patch.