Update gentest to match formatter

Reviewed By: emilsjolander

Differential Revision: D4482028

fbshipit-source-id: c6e1e0ecb0475fba62d25858c9e9960eab2701dc
This commit is contained in:
Pascal Hartig
2017-01-31 09:28:07 -08:00
committed by Facebook Github Bot
parent 6daad3ae66
commit fe7643c84a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, {
emitPrologue:{value:function() {
this.push([
'#include <yoga/Yoga.h>',
'#include <gtest/gtest.h>',
'#include <yoga/Yoga.h>',
'',
]);
}},