Browse Source

Fix indentation styling

ApisNecros 1 year ago
parent
commit
52897db186
1 changed files with 2 additions and 2 deletions
  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,
 };