Selaa lähdekoodia

Fix indentation styling

ApisNecros 1 vuosi sitten
vanhempi
säilyke
52897db186
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
 };