فهرست منبع

Fix indentation styling

ApisNecros 1 سال پیش
والد
کامیت
52897db186
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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,
 };