mirror of
https://github.com/status-im/metro.git
synced 2025-01-20 07:59:12 +00:00
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:
parent
4cf7b69527
commit
0a2ea391a9
@ -161,7 +161,7 @@ module.exports.transform = file => {
|
||||
return transform(file.src, {
|
||||
// Babel options...
|
||||
});
|
||||
});
|
||||
};
|
||||
```
|
||||
|
||||
### Method `getCacheKey()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user