Update gentest to match formatter
Reviewed By: emilsjolander Differential Revision: D4482028 fbshipit-source-id: c6e1e0ecb0475fba62d25858c9e9960eab2701dc
This commit is contained in:
committed by
Facebook Github Bot
parent
6daad3ae66
commit
fe7643c84a
@@ -28,8 +28,8 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, {
|
|||||||
|
|
||||||
emitPrologue:{value:function() {
|
emitPrologue:{value:function() {
|
||||||
this.push([
|
this.push([
|
||||||
'#include <yoga/Yoga.h>',
|
|
||||||
'#include <gtest/gtest.h>',
|
'#include <gtest/gtest.h>',
|
||||||
|
'#include <yoga/Yoga.h>',
|
||||||
'',
|
'',
|
||||||
]);
|
]);
|
||||||
}},
|
}},
|
||||||
|
Reference in New Issue
Block a user