Fix code style errors

This commit is contained in:
Justin Greywolf
2019-12-06 20:35:22 -08:00
parent 2a41280076
commit 6a9b251be1
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ const splitClassNameAndType = function(id){
}
return { className: className, type: genericType };
}
};
/**
* Function called by parser when a node definition has been found.