Style and rename test.

This commit is contained in:
Daniel Rosenwasser 2015-07-30 11:22:58 -07:00
parent 4b55d38645
commit 7c90d6251c
2 changed files with 2 additions and 3 deletions

View file

@ -4867,9 +4867,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
}
function emitSerializedTypeNode(node: TypeNode) {
if(!node) {
return; //don't write anything on the stream when type is not defined
if (!node) {
return;
}
switch (node.kind) {