Fix spacing on ws esmodule api example

This commit is contained in:
hunicus 2022-09-13 07:16:39 -04:00
parent 2a95c40e0b
commit df6fb8496a
2 changed files with 20 additions and 19 deletions

View File

@ -152,6 +152,7 @@ export class CodeTemplateComponent implements OnInit {
const init = async () => {
${codeText}
};
init();`;
}
}