Passed
Push — main ( 71dcec...306c22 )
by Shubham
01:53
created
src/vector.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
  * @copyright (c) 2020-2021, Shubham Chaudhary
25 25
  * 
26 26
  */
27
- class vector extends nd {
28
-     use ops, linAlg;
27
+    class vector extends nd {
28
+        use ops, linAlg;
29 29
 
30 30
     /**
31 31
      * Factory method to build a new vector.
Please login to merge, or discard this patch.