Explorar el Código

Fix indentation styling

ApisNecros hace 1 año
padre
commit
52897db186
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      IntComp/ComputerParameterMode.js

+ 2 - 2
IntComp/ComputerParameterMode.js

@@ -1,4 +1,4 @@
 module.exports = {
-	POSITION_MODE: 0,
-	IMMEDIATE_MODE: 1,
+    POSITION_MODE: 0,
+    IMMEDIATE_MODE: 1,
 };