Redundant parenthesis

Summary: Closes https://github.com/facebook/metro/pull/129

Reviewed By: rafeca

Differential Revision: D6804796

Pulled By: jamesgpearce

fbshipit-source-id: d94222607d0198a9dfab7c967ba1371adb3d330e
This commit is contained in:
James Pearce 2018-01-24 18:54:01 -08:00 committed by Facebook Github Bot
parent 4cf7b69527
commit 0a2ea391a9

View File

@ -161,7 +161,7 @@ module.exports.transform = file => {
return transform(file.src, {
// Babel options...
});
});
};
```
### Method `getCacheKey()`