[Project][Filesystem] Fix needed after code formating of tizen_3.0 branch
[platform/core/api/webapi-plugins.git] / src / filesystem / js / file.js
index 2d9e30e..aa6fb1e 100644 (file)
@@ -234,8 +234,10 @@ var Encoding = {
     'utf-8': 'utf-8',
     'iso-8859-1': 'iso-8859-1',
     sjis: 'sjis', // backward compatibility
-    null: 'utf-8',
-    undefined: 'utf-8' // default value
+    // prettier-ignore
+    'null': 'utf-8',
+    // prettier-ignore
+    'undefined': 'utf-8' // default value
 };
 
 function _checkEncoding(encoding) {