Fix master (ran prettier)

This commit is contained in:
Brian Vaughn
2017-04-19 19:03:04 -07:00
parent 66f2097f33
commit 9bb7ca5001
+1 -1
View File
@@ -148,7 +148,7 @@ var RCTUIManager = {
}),
updateView: jest.fn(),
removeSubviewsFromContainerWithID: jest.fn(function(parentTag) {
views.get(parentTag).children.forEach((tag) => removeChild(parentTag, tag));
views.get(parentTag).children.forEach(tag => removeChild(parentTag, tag));
}),
replaceExistingNonRootView: jest.fn(),
__takeSnapshot: jest.fn(),