Passed
Push — main ( fcdcda...b78c1f )
by chief
02:32
created
s/classes/video_helper.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,9 +24,9 @@
 block discarded – undo
24 24
         shell_exec($fullcmd);
25 25
     }
26 26
 
27
-	public function __construct($conn){
27
+    public function __construct($conn){
28 28
         $this->__db = $conn;
29
-	}
29
+    }
30 30
 
31 31
     function fetch_video_views(string $id) {
32 32
         $stmt = $this->__db->prepare("SELECT * FROM views WHERE videoid = ?");
Please login to merge, or discard this patch.