浏览代码

Whitespace

n1474335 8 年之前
父节点
当前提交
768609e357
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/operations/Image.js

+ 1 - 1
src/core/operations/Image.js

@@ -41,7 +41,7 @@ const Image = {
             throw "Could not extract EXIF data from image: " + err;
             throw "Could not extract EXIF data from image: " + err;
         }
         }
     },
     },
-    
+
 };
 };
 
 
 export default Image;
 export default Image;