Merge pull request #2551 from hunicus/js-template-formatting

Fix spacing on websocket api examples
This commit is contained in:
wiz 2022-09-25 07:38:59 +09:00 committed by GitHub
commit 6235dc97a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 38 deletions

View File

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